Uses of Class
org.robovm.apple.coreaudio.AudioChannelCoordinate
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox | |
| org.robovm.apple.coreaudio |
-
Uses of AudioChannelCoordinate in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox with parameters of type AudioChannelCoordinate Modifier and Type Method Description floatAudioPanningInfo. getCoordinate(AudioChannelCoordinate coordinate)AudioPanningInfoAudioPanningInfo. setCoordinate(AudioChannelCoordinate coordinate, float value) -
Uses of AudioChannelCoordinate in org.robovm.apple.coreaudio
Methods in org.robovm.apple.coreaudio that return AudioChannelCoordinate Modifier and Type Method Description static AudioChannelCoordinateAudioChannelCoordinate. valueOf(long n)Returns the enum constant of this type with the specified name.static AudioChannelCoordinateAudioChannelCoordinate. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioChannelCoordinate[]AudioChannelCoordinate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coreaudio with parameters of type AudioChannelCoordinate Modifier and Type Method Description floatAudioChannelDescription. getCoordinate(AudioChannelCoordinate coordinate)AudioChannelDescriptionAudioChannelDescription. setCoordinate(AudioChannelCoordinate coordinate, float value)