Membrane.AAC.Filler (Membrane AAC plugin v0.6.0) View Source

Element that fills gaps in AAC stream with silent frames.

Pads

:input

Availability:always
Bin?false
CapsMembrane.AAC, restrictions:<br />&nbsp;&nbsp;profile: :LC,<br />&nbsp;&nbsp;channels: one_of([1, 2])
Demand&nbsp;unit:buffers
Direction:input
Mode:pull
Name:input

:output

Availability:always
Bin?false
CapsMembrane.AAC, restrictions:<br />&nbsp;&nbsp;profile: :LC,<br />&nbsp;&nbsp;channels: one_of([1, 2])
Direction:output
Mode:pull
Name:output

Link to this section Summary

Functions

Returns pads descriptions for Membrane.AAC.Filler

Returns a silent AAC frame that this element uses to fill gaps in the stream.

Link to this section Functions

Specs

membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]

Returns pads descriptions for Membrane.AAC.Filler

Specs

silent_frame(integer()) :: binary()

Returns a silent AAC frame that this element uses to fill gaps in the stream.