Membrane Core v0.4.0 Membrane.Element.CallbackContext.Other View Source
Structure representing a context that is passed to the callback when element receives unrecognized message.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Membrane.Element.CallbackContext.Other{
clock: term(),
pads: %{
required(Membrane.Element.Pad.ref_t()) => Membrane.Element.Pad.Data.t()
},
pipeline_clock: term(),
playback_state: Membrane.Element.playback_state_t()
}