public final class AudioChannelCoordinateIndex
extends java.lang.Object
Constants for indexing the mCoordinates array in an AudioChannelDescription structure. [@constant] kAudioChannelCoordinates_LeftRight For rectangular coordinates, negative is left and positive is right. [@constant] kAudioChannelCoordinates_BackFront For rectangular coordinates, negative is back and positive is front. [@constant] kAudioChannelCoordinates_DownUp For rectangular coordinates, negative is below ground level, 0 is ground level, and positive is above ground level. [@constant] kAudioChannelCoordinates_Azimuth For spherical coordinates, 0 is front center, positive is right, negative is left. This is measured in degrees. [@constant] kAudioChannelCoordinates_Elevation For spherical coordinates, +90 is zenith, 0 is horizontal, -90 is nadir. This is measured in degrees. [@constant] kAudioChannelCoordinates_Distance For spherical coordinates, the units are described by flags.
public static final int LeftRight
public static final int BackFront
public static final int DownUp
public static final int Azimuth
public static final int Elevation
public static final int Distance