Android.Net.Rtp.AudioCodec Members

The members of Android.Net.Rtp.AudioCodec are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
AmrAudioCodec. Adaptive Multi-Rate narrowband audio codec, also known as AMR or AMR-NB.
Fmtpstring. The format parameters to be used in the corresponding SDP attribute.
[read-only]
static
GsmAudioCodec. GSM Full-Rate audio codec, also known as GSM-FR, GSM 06.
[read-only]
static
GsmEfrAudioCodec. GSM Enhanced Full-Rate audio codec, also known as GSM-EFR, GSM 06.60, or simply EFR.
[read-only]
static
PcmaAudioCodec. G.711 a-law audio codec.
[read-only]
static
PcmuAudioCodec. G.711 u-law audio codec.
Rtpmapstring. The encoding parameters to be used in the corresponding SDP attribute.
Typeint. The RTP payload type of the encoding.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
GetCodec(int, string, string) : AudioCodec
Creates an AudioCodec according to the given configuration.
static
GetCodecs() : AudioCodec[]
Returns system supported audio codecs.