View Source Membrane.Stream.Serializer (Membrane Stream plugin v0.4.0)
Element recording a stream of Membrane actions into binary format, suitable for saving to the file.
Currently supported, as of V1:
- buffers
- stream formats
- events
A stream can be replayed using Membrane.Stream.Deserializer:
Element options
Passed via struct Membrane.Stream.Serializer.t/0
versionMembrane.Stream.Format.Version.t()Default value:
1
Pads
:input
Accepted formats:
_any| Direction: | :input |
| Availability: | :always |
| Flow control: | :auto |
:output
Accepted formats:
%RemoteStream{content_format: Membrane.Stream}| Direction: | :output |
| Availability: | :always |
| Flow control: | :auto |
Summary
Types
Struct containing options for Membrane.Stream.Serializer
Types
@type t() :: %Membrane.Stream.Serializer{version: Membrane.Stream.Format.Version.t()}
Struct containing options for Membrane.Stream.Serializer
Functions
@spec options() :: keyword()
Returns description of options available for this module