View Source Membrane.Stream.Serializer (Membrane Stream plugin v0.3.1)

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:

_any
Direction::input
Availability::always
Flow control::auto
Demand unit::buffers

output

:output

Accepted formats:

%RemoteStream{content_format: Membrane.Stream}
Direction::output
Availability::always
Flow control::auto
Demand unit:nil

Link to this section Summary

Types

t()

Struct containing options for Membrane.Stream.Serializer

Functions

Returns description of options available for this module

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