Uses of Class
org.robovm.apple.audiotoolbox.AudioPanningMode
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AudioPanningMode in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AudioPanningMode Modifier and Type Method Description AudioPanningModeAudioPanningInfo. getPanningMode()static AudioPanningModeAudioPanningMode. valueOf(long n)Returns the enum constant of this type with the specified name.static AudioPanningModeAudioPanningMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioPanningMode[]AudioPanningMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.audiotoolbox with parameters of type AudioPanningMode Modifier and Type Method Description AudioPanningInfoAudioPanningInfo. setPanningMode(AudioPanningMode panningMode)Constructors in org.robovm.apple.audiotoolbox with parameters of type AudioPanningMode Constructor Description AudioPanningInfo(AudioPanningMode panningMode, AudioChannelFlags coordinateFlags, float[] coordinates, float gainScale, AudioChannelLayout outputChannelMap)