lib/membrane/pipeline/callback_context/playback_change.ex

defmodule Membrane.Pipeline.CallbackContext.PlaybackChange do
  @moduledoc """
  Structure representing a context that is passed to the callback of the pipeline
  when it changes its playback state
  """
  use Membrane.Core.Pipeline.CallbackContext
end