Package apple.coreaudiotypes.enums
Class AudioChannelFlags
- java.lang.Object
-
- apple.coreaudiotypes.enums.AudioChannelFlags
-
public final class AudioChannelFlags extends java.lang.Object[@enum] AudioChannelFlags These constants are used in the mChannelFlags field of an AudioChannelDescription structure. [@constant] kAudioChannelFlags_RectangularCoordinates The channel is specified by the cartesioan 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.
-
-
Field Summary
Fields Modifier and Type Field Description static intAllOffstatic intMetersstatic intRectangularCoordinatesstatic intSphericalCoordinates
-
-
-
Field Detail
-
AllOff
public static final int AllOff
- See Also:
- Constant Field Values
-
RectangularCoordinates
public static final int RectangularCoordinates
- See Also:
- Constant Field Values
-
SphericalCoordinates
public static final int SphericalCoordinates
- See Also:
- Constant Field Values
-
Meters
public static final int Meters
- See Also:
- Constant Field Values
-
-