Membrane.RTP.AAC.Depayloader (Membrane Plugin: RTP AAC v0.3.0-alpha) View Source

Element options

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

  • profile

    Default value: :LC

  • sample_rate

    Default value: 44100

  • channels

    Default value: 2

Pads

:input

Availability:always
Bin?false
CapsMembrane.RTP
Demand unit:buffers
Direction:input
Mode:pull
Name:input

:output

Availability:always
Bin?false
CapsMembrane.AAC, restrictions:<br />&nbsp;&nbsp;encapsulation: :none
Direction:output
Mode:pull
Name:output

Link to this section Summary

Types

t()

Struct containing options for Membrane.RTP.AAC.Depayloader

Functions

Returns pads descriptions for Membrane.RTP.AAC.Depayloader

Returns description of options available for this module

Link to this section Types

Specs

t() :: %Membrane.RTP.AAC.Depayloader{
  channels: any(),
  profile: any(),
  sample_rate: any()
}

Struct containing options for Membrane.RTP.AAC.Depayloader

Link to this section Functions

Specs

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

Returns pads descriptions for Membrane.RTP.AAC.Depayloader

Specs

options() :: keyword()

Returns description of options available for this module