Android.Net.Rtp.AudioStream.Codec Property
Returns the Android.Net.Rtp.AudioCodec, or null if it is not set.

Syntax

[get: Android.Runtime.Register("getCodec", "()Landroid/net/rtp/AudioCodec;", "GetGetCodecHandler")]
[set: Android.Runtime.Register("setCodec", "(Landroid/net/rtp/AudioCodec;)V", "GetSetCodec_Landroid_net_rtp_AudioCodec_Handler")]
public virtual AudioCodec Codec { get; set; }

See Also

AudioStream.Codec

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif its type is used by DTMF.
Java.Lang.IllegalStateExceptionif the stream is busy.
Java.Lang.IllegalArgumentExceptionif its type is used by DTMF.
Java.Lang.IllegalStateExceptionif the stream is busy.
Java.Lang.IllegalArgumentExceptionif its type is used by DTMF.
Java.Lang.IllegalStateExceptionif the stream is busy.
Java.Lang.IllegalArgumentExceptionif its type is used by DTMF.
Java.Lang.IllegalStateExceptionif the stream is busy.
Java.Lang.IllegalArgumentExceptionif its type is used by DTMF.
Java.Lang.IllegalStateExceptionif the stream is busy.

Remarks

Get method documentation [Android Documentation]

Returns the Android.Net.Rtp.AudioCodec, or null if it is not set.

Set method documentation [Android Documentation]

Sets the Android.Net.Rtp.AudioCodec.

Requirements

Namespace: Android.Net.Rtp
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12