defmodule Membrane.Bin.CallbackContext.Notification do @moduledoc """ Structure representing a context that is passed to the callback when bin receives notification. """ use Membrane.Core.Bin.CallbackContext end