Membrane Element: FlacParser v0.3.0 Membrane.Element.FLACParser View Source

An element parsing FLAC encoded audio stream.

Wraps Membrane.Element.FLACParser.Parser, see its docs for more info.

Element options

Passed via struct Membrane.Element.FLACParser.t/0

  • streaming?

    Default value: false

    This option set to true allows parser to accept FLAC stream, e.g. only frames without header

Pads

:input

Availability:always
Bin?false
Caps:any
Demand unit:bytes
Direction:input
Mode:pull
Name:input

:output

Availability:always
Bin?false
CapsMembrane.Caps.Audio.FLAC
Direction:output
Mode:pull
Name:output

Link to this section Summary

Types

t()

Struct containing options for Membrane.Element.FLACParser

Functions

Returns pads descriptions for Membrane.Element.FLACParser

Returns description of options available for this module

Link to this section Types

Link to this type

t()

View Source
t() :: %Membrane.Element.FLACParser{streaming?: boolean()}

Struct containing options for Membrane.Element.FLACParser

Link to this section Functions

Returns pads descriptions for Membrane.Element.FLACParser

Returns description of options available for this module