Membrane Element: FlacParser v0.2.1 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 |
Caps | :any |
Demand unit | :bytes |
Direction | :input |
Mode | :pull |
:output
Availability | :always |
Caps | Membrane.Caps.Audio.FLAC |
Direction | :output |
Mode | :pull |
Link to this section Summary
Types
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
Struct containing options for Membrane.Element.FLACParser
Link to this section Functions
Link to this function
membrane_pads()
View Sourcemembrane_pads() :: [ {Membrane.Element.Pad.name_t(), Membrane.Element.Pad.description_t()} ]
Returns pads descriptions for Membrane.Element.FLACParser
Returns description of options available for this module