View Source Membrane.RTP.AAC.Depayloader (Membrane RTP AAC Plugin v0.9.2)
Depayloader for RTP payloads constructed in accordance with RFC3640.
Element options
Passed via struct Membrane.RTP.AAC.Depayloader.t/0
modeUtils.mode()Required
The bitrate mode that dictates the maximum length of a single frame. For more information refer to typedoc ofMembrane.RTP.AAC.Utils.mode().
Pads
:input
Accepted formats:
%RTP{}| Direction: | :input |
| Availability: | :always |
| Flow control: | :auto |
:output
Accepted formats:
%AAC{encapsulation: :none}| Direction: | :output |
| Availability: | :always |
| Flow control: | :auto |
Summary
Types
Struct containing options for Membrane.RTP.AAC.Depayloader
Types
@type t() :: %Membrane.RTP.AAC.Depayloader{mode: Membrane.RTP.AAC.Utils.mode()}
Struct containing options for Membrane.RTP.AAC.Depayloader
Functions
@spec options() :: keyword()
Returns description of options available for this module