Membrane.MP4.Payloader.AAC (Membrane MP4 plugin v0.9.0) View Source
Payloads AAC stream so it can be embedded in MP4.
Resources:
- Packaging/Encapsulation And Setup Data section of https://wiki.multimedia.cx/index.php/Understanding_AAC
Element options
Passed via struct Membrane.MP4.Payloader.AAC.t/0
avg_bit_rateanyDefault value:
0
Average stream bitrate. Should be set to 0 if unknown.max_bit_rateanyDefault value:
0
Maximal stream bitrate. Should be set to 0 if unknown.
Pads
:input
| Availability | :always |
| Caps | Membrane.AAC, restrictions:<br /> encapsulation: :none |
| Demand unit | :buffers |
| Direction | :input |
| Mode | :pull |
| Name | :input |
:output
| Availability | :always |
| Caps | Membrane.MP4.Payload |
| Direction | :output |
| Mode | :pull |
| Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.MP4.Payloader.AAC
Functions
Returns pads descriptions for Membrane.MP4.Payloader.AAC
Returns description of options available for this module
Link to this section Types
Specs
Struct containing options for Membrane.MP4.Payloader.AAC
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.MP4.Payloader.AAC
Specs
options() :: keyword()
Returns description of options available for this module