Uses of Class
org.robovm.apple.audiotoolbox.AudioServicesProperty
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AudioServicesProperty in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AudioServicesProperty Modifier and Type Method Description static AudioServicesPropertyAudioServicesProperty. valueOf(long n)Returns the enum constant of this type with the specified name.static AudioServicesPropertyAudioServicesProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioServicesProperty[]AudioServicesProperty. 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 AudioServicesProperty Modifier and Type Method Description static <T extends Struct<T>>
TAudioServices. getProperty(AudioServicesProperty id, Struct<?> specifier, Class<T> type)protected static OSStatusAudioServices. getProperty0(AudioServicesProperty inPropertyID, int inSpecifierSize, VoidPtr inSpecifier, IntPtr ioPropertyDataSize, VoidPtr outPropertyData)protected static OSStatusAudioServices. getPropertyInfo0(AudioServicesProperty inPropertyID, int inSpecifierSize, VoidPtr inSpecifier, IntPtr outPropertyDataSize, BooleanPtr outWritable)static intAudioServices. getPropertySize(AudioServicesProperty id)static booleanAudioServices. isPropertyWritable(AudioServicesProperty id)static <T extends Struct<T>>
voidAudioServices. setProperty(AudioServicesProperty id, Struct<?> specifier, T data)protected static OSStatusAudioServices. setProperty0(AudioServicesProperty inPropertyID, int inSpecifierSize, VoidPtr inSpecifier, int inPropertyDataSize, VoidPtr inPropertyData)