View Source Membrane.Stream.Serializer (Membrane Stream plugin v0.2.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
Element options
Passed via struct Membrane.Stream.Serializer.t/0
version
Membrane.Stream.Format.Version.t()
Default value:
1
pads
Pads
input
:input
Accepted formats |
|
Availability | :always |
Demand mode | :auto |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
output
:output
Accepted formats |
|
Availability | :always |
Demand mode | :auto |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.Stream.Serializer
Link to this section Types
@type t() :: %Membrane.Stream.Serializer{version: Membrane.Stream.Format.Version.t()}
Struct containing options for Membrane.Stream.Serializer
Link to this section Functions
@spec options() :: keyword()
Returns description of options available for this module