Current section

Files

Jump to
membrane_core lib membrane element callback_context write.ex
Raw

lib/membrane/element/callback_context/write.ex

defmodule Membrane.Element.CallbackContext.Write do
@moduledoc """
Structure representing a context that is passed to the element
when new buffer arrives to the sink.
"""
use Membrane.Element.CallbackContext
end