View Source Membrane.RTP.AAC.Depayloader (Membrane RTP AAC Plugin v0.9.0)

Depayloader for RTP payloads constructed in accordance with RFC3640.

Element options

Passed via struct Membrane.RTP.AAC.Depayloader.t/0

  • mode

    Utils.mode()

    Required
    The bitrate mode that dictates the maximum length of a single frame. For more information refer to typedoc of Membrane.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

t()

Struct containing options for Membrane.RTP.AAC.Depayloader

Functions

Returns description of options available for this module

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