View Source Membrane.Bin.CallbackContext.PadAdded (Membrane Core v0.11.0)
Structure representing a context that is passed to the bin when a new dynamic pad instance added is created
Link to this section Summary
Link to this section Types
@type 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: map(), pads: %{required(Membrane.Pad.ref_t()) => Membrane.Bin.PadData.t()}, parent_clock: Membrane.Clock.t(), playback: Membrane.Playback.t(), resource_guard: Membrane.ResourceGuard.t(), utility_supervisor: Membrane.UtilitySupervisor.t() }