defmodule Membrane.Bin.CallbackContext.Setup do @moduledoc """ Structure representing a context that is passed to the `c:Membrane.Bin.handle_setup/2` callback. """ use Membrane.Core.Bin.CallbackContext end