lib/membrane/element/callback_context/pad_added.ex

defmodule Membrane.Element.CallbackContext.PadAdded do
  @moduledoc """
  Structure representing a context that is passed to the element
  when a new dynamic pad instance is created
  """
  use Membrane.Core.Element.CallbackContext,
    direction: :input | :output,
    options: map()
end