Android.Media.AudioManager.ExtraEncodings Field
Extra used in AudioManager.ActionHdmiAudioPlug to define the audio encodings supported by the connected HDMI device.

Syntax

[Android.Runtime.Register("EXTRA_ENCODINGS")]
public const string ExtraEncodings

Remarks

Extra used in AudioManager.ActionHdmiAudioPlug to define the audio encodings supported by the connected HDMI device. The corresponding array of encoding values is only available when the device is plugged in (as expressed by AudioManager.ExtraAudioPlugState). Encoding values are defined in Android.Media.AudioFormat (for instance see AudioFormat.ENCODING_PCM_16BIT). Use Android.Content.Intent.GetIntArrayExtra(string) to retrieve the encoding values.

[Android Documentation]

Requirements

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