Membrane Core v0.6.1 Membrane.Pipeline.CallbackContext.StreamManagement View Source
Structure representing a context that is passed to the pipeline when handling start and end of stream events.
Link to this section Summary
Link to this section Types
Specs
t() :: %Membrane.Pipeline.CallbackContext.StreamManagement{
children: %{required(Membrane.Child.name_t()) => Membrane.ChildEntry.t()},
clock: Membrane.Clock.t(),
playback_state: Membrane.PlaybackState.t()
}