Membrane.HTTPAdaptiveStream.Storages.GenServerStorage
(Membrane HTTP Adaptive Stream plugin v0.21.2)
Copy Markdown
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.
Summary
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 }