View Source Membrane.FLAC.Parser (Membrane FLAC plugin v0.8.0)
An element parsing FLAC encoded audio stream.
Wraps Membrane.FLAC.Parser.Engine
, see its docs for more info.
element-options
Element options
Passed via struct Membrane.FLAC.Parser.t/0
streaming?
boolean
Default value:
false
This option set totrue
allows parser to accept FLAC stream, e.g. only frames without header
pads
Pads
input
:input
Availability | :always |
Caps | Membrane.RemoteStream , restrictions:content_format: one_of([Membrane.Caps.Audio.FLAC, nil]) |
Demand mode | :auto |
Demand unit | :bytes |
Direction | :input |
Mode | :pull |
Name | :input |
output
:output
Availability | :always |
Caps | Membrane.Caps.Audio.FLAC |
Demand mode | :auto |
Demand unit | :buffers |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.FLAC.Parser
Functions
Returns pads descriptions for Membrane.FLAC.Parser
Returns description of options available for this module
Link to this section Types
@type t() :: %Membrane.FLAC.Parser{streaming?: boolean()}
Struct containing options for Membrane.FLAC.Parser
Link to this section Functions
@spec membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.FLAC.Parser
@spec options() :: keyword()
Returns description of options available for this module