lib/membrane/bin/callback_context/playback_change.ex

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