Uses of Class
org.robovm.apple.audiotoolbox.AudioQueueParam
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AudioQueueParam in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AudioQueueParam Modifier and Type Method Description static AudioQueueParamAudioQueueParam. valueOf(long n)Returns the enum constant of this type with the specified name.static AudioQueueParamAudioQueueParam. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioQueueParam[]AudioQueueParam. 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 AudioQueueParam Modifier and Type Method Description floatAudioQueue. getParameter(AudioQueueParam param)protected OSStatusAudioQueue. getParameter0(AudioQueueParam inParamID, FloatPtr outValue)voidAudioQueue. setParameter(AudioQueueParam param, float value)protected OSStatusAudioQueue. setParameter0(AudioQueueParam inParamID, float inValue)