View Source Membrane.HTTPAdaptiveStream.Storages.GenServerStorage (Membrane HTTP Adaptive Stream plugin v0.8.0)
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
@type remove_t() :: {Membrane.HTTPAdaptiveStream.Storages.GenServerStorage, :remove, %{name: String.t(), type: :manifest | :header | :segment}}
@type t() :: %Membrane.HTTPAdaptiveStream.Storages.GenServerStorage{ destination: Process.dest(), method: :call | :cast }