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