Package apple.coreaudiotypes.enums
Class AudioChannelBitmap
- java.lang.Object
-
- apple.coreaudiotypes.enums.AudioChannelBitmap
-
public final class AudioChannelBitmap extends java.lang.Object[@enum] AudioChannelBitmap These constants are for use in the mChannelBitmap field of an AudioChannelLayout structure.
-
-
Field Summary
Fields Modifier and Type Field Description static intCenterstatic intCenterSurroundWAVE: "Back Center"static intCenterTopFrontstatic intCenterTopMiddlestatic intCenterTopRearstatic intLeftstatic intLeftCenterstatic intLeftSurroundstatic intLeftSurroundDirectstatic intLeftTopFrontstatic intLeftTopMiddlestatic intLeftTopRearstatic intLFEScreenstatic intRightstatic intRightCenterstatic intRightSurroundstatic intRightSurroundDirectstatic intRightTopFrontstatic intRightTopMiddlestatic intRightTopRearstatic intTopBackCenterstatic intTopBackLeftstatic intTopBackRightstatic intTopCenterSurroundstatic intVerticalHeightCenterWAVE: "Top Front Center"static intVerticalHeightLeftWAVE: "Top Front Left"static intVerticalHeightRightWAVE: "Top Front Right"
-
-
-
Field Detail
-
Left
public static final int Left
- See Also:
- Constant Field Values
-
Right
public static final int Right
- See Also:
- Constant Field Values
-
Center
public static final int Center
- See Also:
- Constant Field Values
-
LFEScreen
public static final int LFEScreen
- See Also:
- Constant Field Values
-
LeftSurround
public static final int LeftSurround
- See Also:
- Constant Field Values
-
RightSurround
public static final int RightSurround
- See Also:
- Constant Field Values
-
LeftCenter
public static final int LeftCenter
- See Also:
- Constant Field Values
-
RightCenter
public static final int RightCenter
- See Also:
- Constant Field Values
-
CenterSurround
public static final int CenterSurround
WAVE: "Back Center"- See Also:
- Constant Field Values
-
LeftSurroundDirect
public static final int LeftSurroundDirect
- See Also:
- Constant Field Values
-
RightSurroundDirect
public static final int RightSurroundDirect
- See Also:
- Constant Field Values
-
TopCenterSurround
public static final int TopCenterSurround
- See Also:
- Constant Field Values
-
VerticalHeightLeft
public static final int VerticalHeightLeft
WAVE: "Top Front Left"- See Also:
- Constant Field Values
-
VerticalHeightCenter
public static final int VerticalHeightCenter
WAVE: "Top Front Center"- See Also:
- Constant Field Values
-
VerticalHeightRight
public static final int VerticalHeightRight
WAVE: "Top Front Right"- See Also:
- Constant Field Values
-
TopBackLeft
public static final int TopBackLeft
- See Also:
- Constant Field Values
-
TopBackCenter
public static final int TopBackCenter
- See Also:
- Constant Field Values
-
TopBackRight
public static final int TopBackRight
- See Also:
- Constant Field Values
-
LeftTopFront
public static final int LeftTopFront
- See Also:
- Constant Field Values
-
CenterTopFront
public static final int CenterTopFront
- See Also:
- Constant Field Values
-
RightTopFront
public static final int RightTopFront
- See Also:
- Constant Field Values
-
LeftTopMiddle
public static final int LeftTopMiddle
- See Also:
- Constant Field Values
-
CenterTopMiddle
public static final int CenterTopMiddle
- See Also:
- Constant Field Values
-
RightTopMiddle
public static final int RightTopMiddle
- See Also:
- Constant Field Values
-
LeftTopRear
public static final int LeftTopRear
- See Also:
- Constant Field Values
-
CenterTopRear
public static final int CenterTopRear
- See Also:
- Constant Field Values
-
RightTopRear
public static final int RightTopRear
- See Also:
- Constant Field Values
-
-