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.Core.Element.CallbackContext end