Membrane Core v0.5.0 Membrane.Element.CallbackContext.StreamManagement View Source

Structure representing a context that is passed to the element when handling start and end of stream events.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Membrane.Element.CallbackContext.StreamManagement{
  clock: term(),
  pads: %{required(Membrane.Pad.ref_t()) => Membrane.Pad.Data.t()},
  parent_clock: term(),
  playback_state: Membrane.PlaybackState.t()
}