Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait