AudioManager.ExtraMaxChannelCount Field

Definition

Extra used in #ACTION_HDMI_AUDIO_PLUG to define the maximum number of channels supported by the HDMI device.

[Android.Runtime.Register("EXTRA_MAX_CHANNEL_COUNT")]
public const string ExtraMaxChannelCount;
[<Android.Runtime.Register("EXTRA_MAX_CHANNEL_COUNT")>]
val mutable ExtraMaxChannelCount : string

Field Value

Attributes

Remarks

Extra used in #ACTION_HDMI_AUDIO_PLUG to define the maximum number of channels supported by the HDMI device. The corresponding integer value is only available when the device is plugged in (as expressed by #EXTRA_AUDIO_PLUG_STATE).

Java documentation for android.media.AudioManager.EXTRA_MAX_CHANNEL_COUNT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to