Uses of Class
org.robovm.apple.coreaudio.AudioChannelFlags
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox | |
| org.robovm.apple.coreaudio |
-
Uses of AudioChannelFlags in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AudioChannelFlags Modifier and Type Method Description AudioChannelFlagsAudioPanningInfo. getCoordinateFlags()Methods in org.robovm.apple.audiotoolbox with parameters of type AudioChannelFlags Modifier and Type Method Description AudioPanningInfoAudioPanningInfo. setCoordinateFlags(AudioChannelFlags coordinateFlags)Constructors in org.robovm.apple.audiotoolbox with parameters of type AudioChannelFlags Constructor Description AudioPanningInfo(AudioPanningMode panningMode, AudioChannelFlags coordinateFlags, float[] coordinates, float gainScale, AudioChannelLayout outputChannelMap) -
Uses of AudioChannelFlags in org.robovm.apple.coreaudio
Fields in org.robovm.apple.coreaudio declared as AudioChannelFlags Modifier and Type Field Description static AudioChannelFlagsAudioChannelFlags. AllOffstatic AudioChannelFlagsAudioChannelFlags. Metersstatic AudioChannelFlagsAudioChannelFlags. Nonestatic AudioChannelFlagsAudioChannelFlags. RectangularCoordinatesstatic AudioChannelFlagsAudioChannelFlags. SphericalCoordinatesMethods in org.robovm.apple.coreaudio that return AudioChannelFlags Modifier and Type Method Description protected AudioChannelFlags[]AudioChannelFlags. _values()AudioChannelFlagsAudioChannelDescription. getChannelFlags()static AudioChannelFlags[]AudioChannelFlags. values()protected AudioChannelFlagsAudioChannelFlags. wrap(long value, long mask)Methods in org.robovm.apple.coreaudio with parameters of type AudioChannelFlags Modifier and Type Method Description AudioChannelDescriptionAudioChannelDescription. setChannelFlags(AudioChannelFlags channelFlags)Constructors in org.robovm.apple.coreaudio with parameters of type AudioChannelFlags Constructor Description AudioChannelDescription(AudioChannelLabel channelLabel, AudioChannelFlags channelFlags, float[] coordinates)