Membrane.Bin.CallbackContext.CrashGroupDown (Membrane Core v0.7.0) View Source
Structure representing a context that is passed to the pipeline when a crash group is down.
Link to this section Summary
Link to this section Types
Specs
t() :: %Membrane.Bin.CallbackContext.CrashGroupDown{
children: %{required(Membrane.Child.name_t()) => Membrane.ChildEntry.t()},
clock: Membrane.Clock.t(),
members: [Membrane.Child.name_t()],
name: Membrane.Bin.name_t(),
pads: %{required(Membrane.Pad.ref_t()) => Membrane.Pad.Data.t()},
parent_clock: Membrane.Clock.t(),
playback_state: Membrane.PlaybackState.t()
}