Android.Net.Rtp.AudioGroup.Mode Property
Returns the current mode.

Syntax

[get: Android.Runtime.Register("getMode", "()I", "GetGetModeHandler")]
[set: Android.Runtime.Register("setMode", "(I)V", "GetSetMode_IHandler")]
public virtual AudioGroupMode Mode { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the mode is invalid.
Java.Lang.IllegalArgumentExceptionif the mode is invalid.
Java.Lang.IllegalArgumentExceptionif the mode is invalid.
Java.Lang.IllegalArgumentExceptionif the mode is invalid.
Java.Lang.IllegalArgumentExceptionif the mode is invalid.

Remarks

Get method documentation [Android Documentation]

Returns the current mode.

Set method documentation [Android Documentation]

Changes the current mode. It must be one of AudioGroup.MODE_ON_HOLD, AudioGroup.MODE_MUTED, AudioGroup.MODE_NORMAL, and AudioGroup.MODE_ECHO_SUPPRESSION.

Requirements

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