Android.Media.AudioManager.MicrophoneMute Property
Checks whether the microphone mute is on or off.

Syntax

[get: Android.Runtime.Register("isMicrophoneMute", "()Z", "GetIsMicrophoneMuteHandler")]
[set: Android.Runtime.Register("setMicrophoneMute", "(Z)V", "GetSetMicrophoneMute_ZHandler")]
public virtual bool MicrophoneMute { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Checks whether the microphone mute is on or off.

Set method documentation [Android Documentation]

Sets the microphone mute on or off. This method should only be used by applications that replace the platform-wide management of audio settings or the main telephony application.

Requirements

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