Membrane Core v0.3.2 Membrane.Element.CallbackContext.PadAdded View Source
Structure representing a context that is passed to the element when when new pad added is created
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Membrane.Element.CallbackContext.PadAdded{ direction: :input | :output, options: Keyword.t(), pads: %{ optional(Membrane.Element.Pad.ref_t()) => Membrane.Element.Pad.Data.t() }, playback_state: Membrane.Element.playback_state_t() }