View Source Membrane.Pipeline.CallbackContext.PlaybackChange (Membrane Core v0.10.2)
Structure representing a context that is passed to the callback of the pipeline when it changes its playback state
Link to this section Summary
Link to this section Types
@type t() :: %Membrane.Pipeline.CallbackContext.PlaybackChange{ children: %{required(Membrane.Child.name_t()) => Membrane.ChildEntry.t()}, clock: Membrane.Clock.t(), playback_state: Membrane.PlaybackState.t() }