lib/membrane/element/callback_context/playback_change.ex

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