Membrane Core v0.5.0 Membrane.Bin.CallbackContext.PadAdded View Source

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

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Membrane.Bin.CallbackContext.PadAdded{
  clock: term(),
  direction: :input | :output,
  options: Keyword.t(),
  pads: %{required(Membrane.Pad.ref_t()) => Membrane.Pad.Data.t()},
  parent_clock: term(),
  playback_state: Membrane.PlaybackState.t()
}