Current section

Files

Jump to
membrane_core lib membrane bin callback_context playing.ex
Raw

lib/membrane/bin/callback_context/playing.ex

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