Membrane Core v0.6.0 Membrane.Bin.CallbackContext.PadAdded View Source
Structure representing a context that is passed to the bin when when a new dynamic pad instance added is created
Link to this section Summary
Link to this section Types
Specs
t() :: %Membrane.Bin.CallbackContext.PadAdded{ children: %{required(Membrane.Child.name_t()) => Membrane.ChildEntry.t()}, clock: Membrane.Clock.t(), direction: :input | :output, name: Membrane.Bin.name_t(), options: Keyword.t(), pads: %{required(Membrane.Pad.ref_t()) => Membrane.Pad.Data.t()}, parent_clock: Membrane.Clock.t(), playback_state: Membrane.PlaybackState.t() }