Membrane.HTTPAdaptiveStream.Storages.GenServerStorage (Membrane HTTP Adaptive Stream plugin v0.3.0) View Source
Membrane.HTTPAdaptiveStream.Storage implementation that issues a call or cast
with 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.GenServerStorage, :remove,
%{name: String.t(), type: :manifest | :header | :segment}}
Specs
Specs
t() :: %Membrane.HTTPAdaptiveStream.Storages.GenServerStorage{
destination: Process.dest(),
method: :call | :cast
}