View Source Membrane.Element.CallbackContext.PadRemoved (Membrane Core v0.10.2)
Structure representing a context that is passed to the element when a dynamic pad is removed
Link to this section Summary
Link to this section Types
@type t() :: %Membrane.Element.CallbackContext.PadRemoved{ clock: Membrane.Clock.t() | nil, direction: :input | :output, name: Membrane.Element.name_t(), pads: %{required(Membrane.Pad.ref_t()) => Membrane.Element.PadData.t()}, parent_clock: Membrane.Clock.t() | nil, playback_state: Membrane.PlaybackState.t() }