Language

ChannelOut Enum

Definition

Enumerates values returned by several types and taken as a parameter of several types.

public enum ChannelOut
type ChannelOut = 
Inheritance
ChannelOut

Fields

Name Value Description
None 0
Default 1

Default audio channel mask

Android reference for android.media.AudioFormat.CHANNEL_OUT_DEFAULT.

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.

FrontLeft 4

Front left output channel (see FL in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_FRONT_LEFT.

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.

Mono 4
FrontRight 8

Front right output channel (see FR in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_FRONT_RIGHT.

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.

Stereo 12
FrontCenter 16

Front center output channel (see FC in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_FRONT_CENTER.

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.

LowFrequency 32

LFE "low frequency effect" channel When used in conjunction with CHANNEL_OUT_LOW_FREQUENCY_2, it is intended to contain the left low-frequency effect signal, also referred to as "LFE1" in ITU-R BS.2159-8

Android reference for android.media.AudioFormat.CHANNEL_OUT_LOW_FREQUENCY.

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.

BackLeft 64

Back left output channel (see BL in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_BACK_LEFT.

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.

BackRight 128

Back right output channel (see BR in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_BACK_RIGHT.

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.

Quad 204
FivePointOne 252

Output channel mask for 5.1

Android reference for android.media.AudioFormat.CHANNEL_OUT_5POINT1.

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.

FrontLeftOfCenter 256
FrontRightOfCenter 512
SevenPointOne 1020

This constant was deprecated in API level 23. Not the typical 7.1 surround configuration. Use CHANNEL_OUT_7POINT1_SURROUND instead.

Android reference for android.media.AudioFormat.CHANNEL_OUT_7POINT1.

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.

BackCenter 1024

Back center output channel (see BC in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_BACK_CENTER.

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.

Surround 1052
SixPointOne 1276

Output channel mask for 6.1 Same as 5.1 with the addition of the back center channel

Android reference for android.media.AudioFormat.CHANNEL_OUT_6POINT1.

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.

SideLeft 2048

Side left output channel (see SL in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_SIDE_LEFT.

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.

SideRight 4096

Side right output channel (see SR in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_SIDE_RIGHT.

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.

C7point1Surround 6396

Output channel mask for 7.1

Android reference for android.media.AudioFormat.CHANNEL_OUT_7POINT1_SURROUND.

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.

OutTopCenter 8192

Top center (above listener) output channel (see TC in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_TOP_CENTER.

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.

OutTopFrontLeft 16384

Top front left output channel (see TFL in channel diagram above FL)

Android reference for android.media.AudioFormat.CHANNEL_OUT_TOP_FRONT_LEFT.

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.

OutTopFrontCenter 32768

Top front center output channel (see TFC in channel diagram above FC)

Android reference for android.media.AudioFormat.CHANNEL_OUT_TOP_FRONT_CENTER.

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.

OutTopFrontRight 65536

Top front right output channel (see TFR in channel diagram above FR)

Android reference for android.media.AudioFormat.CHANNEL_OUT_TOP_FRONT_RIGHT.

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.

OutTopBackLeft 131072

Top back left output channel (see TBL in channel diagram above BL)

Android reference for android.media.AudioFormat.CHANNEL_OUT_TOP_BACK_LEFT.

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.

OutTopBackCenter 262144

Top back center output channel (see TBC in channel diagram above BC)

Android reference for android.media.AudioFormat.CHANNEL_OUT_TOP_BACK_CENTER.

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.

OutTopBackRight 524288

Top back right output channel (see TBR in channel diagram above BR)

Android reference for android.media.AudioFormat.CHANNEL_OUT_TOP_BACK_RIGHT.

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.

FivePointOnePointFour 737532

Output channel mask for 5.1.4 Same as 5.1 with the addition of four top channels

Android reference for android.media.AudioFormat.CHANNEL_OUT_5POINT1POINT4.

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.

SevenPointOnePointFour 743676

Output channel mask for 7.1.4 Same as 7.1 with the addition of four top channels

Android reference for android.media.AudioFormat.CHANNEL_OUT_7POINT1POINT4.

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.

OutTopSideLeft 1048576

Top side left output channel (see TSL in channel diagram above SL)

Android reference for android.media.AudioFormat.CHANNEL_OUT_TOP_SIDE_LEFT.

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.

OutTopSideRight 2097152

Top side right output channel (see TSR in channel diagram above SR)

Android reference for android.media.AudioFormat.CHANNEL_OUT_TOP_SIDE_RIGHT.

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.

FivePointOnePointTwo 3145980

Output channel mask for 5.1.2 Same as 5.1 with the addition of left and right top channels

Android reference for android.media.AudioFormat.CHANNEL_OUT_5POINT1POINT2.

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.

SevenPointOnePointTwo 3152124

Output channel mask for 7.1.2 Same as 7.1 with the addition of left and right top channels

Android reference for android.media.AudioFormat.CHANNEL_OUT_7POINT1POINT2.

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.

BottomFrontLeft 4194304

Bottom front left output channel (see BFL in channel diagram below FL)

Android reference for android.media.AudioFormat.CHANNEL_OUT_BOTTOM_FRONT_LEFT.

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.

BottomFrontCenter 8388608

Bottom front center output channel (see BFC in channel diagram below FC)

Android reference for android.media.AudioFormat.CHANNEL_OUT_BOTTOM_FRONT_CENTER.

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.

BottomFrontRight 16777216

Bottom front right output channel (see BFR in channel diagram below FR)

Android reference for android.media.AudioFormat.CHANNEL_OUT_BOTTOM_FRONT_RIGHT.

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.

ThirteenPointZeroMask 30136348

Output channel mask for 13.0

Android reference for android.media.AudioFormat.CHANNEL_OUT_13POINT0.

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.

LowFrequency2 33554432

The second LFE channel When used in conjunction with CHANNEL_OUT_LOW_FREQUENCY, it is intended to contain the right low-frequency effect signal, also referred to as "LFE2" in ITU-R BS.2159-8

Android reference for android.media.AudioFormat.CHANNEL_OUT_LOW_FREQUENCY_2.

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.

FrontWideLeft 67108864

Front wide left output channel (see FWL in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_FRONT_WIDE_LEFT.

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.

FrontWideRight 134217728

Front wide right output channel (see FWR in channel diagram)

Android reference for android.media.AudioFormat.CHANNEL_OUT_FRONT_WIDE_RIGHT.

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.

NinePointOnePointFour 202070268

Output channel mask for 9.1.4 Same as 7.1.4 with the addition of left and right front wide channels

Android reference for android.media.AudioFormat.CHANNEL_OUT_9POINT1POINT4.

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.

NinePointOnePointSix 205215996

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

Android reference 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.

Remarks

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