Android.Media.AudioManager.Mode Property
Returns the current audio mode.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current audio mode.

Set method documentation [Android Documentation]

Sets the audio mode. The audio mode encompasses audio routing AND the behavior of the telephony layer. Therefore this method should only be used by applications that replace the platform-wide management of audio settings or the main telephony application. In particular, the AudioManager.MODE_IN_CALL mode should only be used by the telephony application when it places a phone call, as it will cause signals from the radio layer to feed the platform mixer.

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1