Android.Media.AudioManager.ActionAudioBecomingNoisy Field
Broadcast intent, a hint for applications that audio is about to become 'noisy' due to a change in audio outputs.

Syntax

[Android.Runtime.Register("ACTION_AUDIO_BECOMING_NOISY")]
public const string ActionAudioBecomingNoisy

Remarks

Broadcast intent, a hint for applications that audio is about to become 'noisy' due to a change in audio outputs. For example, this intent may be sent when a wired headset is unplugged, or when an A2DP audio sink is disconnected, and the audio system is about to automatically switch audio route to the speaker. Applications that are controlling audio streams may consider pausing, reducing volume or some other action on receipt of this intent so as not to surprise the user with audio from the speaker.

[Android Documentation]

Requirements

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