Membrane Core v0.2.2 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 Source
t()
View Source
t() :: %Membrane.Element.CallbackContext.Other{
pads: %{
optional(Membrane.Element.Pad.ref_t()) => Membrane.Element.Pad.Data.t()
},
playback_state: Membrane.Core.Playback.state_t()
}
t() :: %Membrane.Element.CallbackContext.Other{ pads: %{ optional(Membrane.Element.Pad.ref_t()) => Membrane.Element.Pad.Data.t() }, playback_state: Membrane.Core.Playback.state_t() }