Current section
Files
Jump to
Current section
Files
lib/membrane_funnel/new_input_event.ex
defmodule Membrane.Funnel.NewInputEvent do
@moduledoc """
Event sent each time new element is linked (via funnel input pad) after playing pipeline.
"""
@derive Membrane.EventProtocol
@type t :: %__MODULE__{}
defstruct []
end