Membrane.Pipeline.CallbackContext.Other (Membrane Core v0.8.1) View Source

Structure representing a context that is passed to the callback when pipeline receives an unrecognized message.

Link to this section Summary

Link to this section Types

Specs

t() :: %Membrane.Pipeline.CallbackContext.Other{
  children: %{required(Membrane.Child.name_t()) => Membrane.ChildEntry.t()},
  clock: Membrane.Clock.t(),
  playback_state: Membrane.PlaybackState.t()
}