Membrane.HTTPAdaptiveStream.Storages.SendStorage (Membrane HTTP Adaptive Stream plugin v0.3.0) View Source
Membrane.HTTPAdaptiveStream.Storage implementation that sends a message_t/0
to given destination on each call to store/remove.
Link to this section Summary
Link to this section Types
Specs
Specs
remove_t() ::
{Membrane.HTTPAdaptiveStream.Storages.SendStorage, :remove,
%{name: String.t(), type: :manifest | :header | :segment}}
Specs
Specs
t() :: %Membrane.HTTPAdaptiveStream.Storages.SendStorage{
destination: Process.dest()
}