Membrane.Element.CallbackContext.PadAdded (Membrane Core v0.8.1) View Source

Structure representing a context that is passed to the element when a new dynamic pad instance is created

Link to this section Summary

Link to this section Types

Specs

t() :: %Membrane.Element.CallbackContext.PadAdded{
  clock: Membrane.Clock.t() | nil,
  direction: :input | :output,
  name: Membrane.Element.name_t(),
  options: map(),
  pads: %{required(Membrane.Pad.ref_t()) => Membrane.Pad.Data.t()},
  parent_clock: Membrane.Clock.t() | nil,
  playback_state: Membrane.PlaybackState.t()
}