Membrane.Pipeline.CallbackContext.SpecStarted (Membrane Core v0.7.0) View Source
Structure representing a context that is passed to the callback of the pipeline
when it instantiates children and links them according to Membrane.ParentSpec
Link to this section Summary
Link to this section Types
Specs
t() :: %Membrane.Pipeline.CallbackContext.SpecStarted{ children: %{required(Membrane.Child.name_t()) => Membrane.ChildEntry.t()}, clock: Membrane.Clock.t(), playback_state: Membrane.PlaybackState.t() }