AudioFormat.ChannelOut9point1point6 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.ChannelOut enum directly instead of this field.

Output channel mask for 9.

[Android.Runtime.Register("CHANNEL_OUT_9POINT1POINT6", ApiSince=32)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.ChannelOut enum directly instead of this field.", true)]
public const Android.Media.ChannelOut ChannelOut9point1point6 = 205215996;
[<Android.Runtime.Register("CHANNEL_OUT_9POINT1POINT6", ApiSince=32)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.ChannelOut enum directly instead of this field.", true)>]
val mutable ChannelOut9point1point6 : Android.Media.ChannelOut

Field Value

Value = 205215996

Implements

Attributes

Remarks

Output channel mask for 9.1.6 Same as 9.1.4 with the addition of left and right top side channels

Java documentation for android.media.AudioFormat.CHANNEL_OUT_9POINT1POINT6.

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