lib/membrane/pipeline/callback_context/stream_mamanement.ex

defmodule Membrane.Pipeline.CallbackContext.StreamManagement do
  @moduledoc """
  Structure representing a context that is passed to the pipeline
  when handling start and end of stream events.
  """
  use Membrane.Core.Pipeline.CallbackContext
end