defmodule Membrane.Element.CallbackContext.Playing do @moduledoc """ Structure representing a context that is passed to the `c:Membrane.Element.Base.handle_playing/2` callback. """ use Membrane.Core.Element.CallbackContext end