Membrane Core v0.4.3 Membrane.Element.CallbackContext.Demand View Source

Structure representing a context that is passed to the element when processing incoming demand.

Link to this section Summary

Link to this section Types

Link to this type

t()

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