public final class AudioChannelFlags
extends java.lang.Object
These constants are used in the mChannelFlags field of an AudioChannelDescription structure. [@constant] kAudioChannelFlags_RectangularCoordinates The channel is specified by the cartesian coordinates of the speaker position. This flag is mutally exclusive with kAudioChannelFlags_SphericalCoordinates. [@constant] kAudioChannelFlags_SphericalCoordinates The channel is specified by the spherical coordinates of the speaker position. This flag is mutally exclusive with kAudioChannelFlags_RectangularCoordinates. [@constant] kAudioChannelFlags_Meters Set to indicate the units are in meters, clear to indicate the units are relative to the unit cube or unit sphere.
| Modifier and Type | Field and Description |
|---|---|
static int |
AllOff |
static int |
Meters |
static int |
RectangularCoordinates |
static int |
SphericalCoordinates |
public static final int AllOff
public static final int RectangularCoordinates
public static final int SphericalCoordinates
public static final int Meters