Uses of Class
org.robovm.apple.audiotoolbox.AudioFileProperty
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AudioFileProperty in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AudioFileProperty Modifier and Type Method Description static AudioFilePropertyAudioFileProperty. valueOf(long n)Returns the enum constant of this type with the specified name.static AudioFilePropertyAudioFileProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioFileProperty[]AudioFileProperty. 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 AudioFileProperty Modifier and Type Method Description static <T extends Struct<T>>
TAudioFile. getGlobalInfo(AudioFileProperty id, Struct<?> specifier, Class<T> type)protected static OSStatusAudioFile. getGlobalInfo0(AudioFileProperty inPropertyID, int inSpecifierSize, VoidPtr inSpecifier, IntPtr ioDataSize, VoidPtr outPropertyData)static intAudioFile. getGlobalInfoSize(AudioFileProperty id, Struct<?> specifier)protected static OSStatusAudioFile. getGlobalInfoSize0(AudioFileProperty inPropertyID, int inSpecifierSize, VoidPtr inSpecifier, IntPtr outDataSize)<T extends Struct<T>>
TAudioFile. getProperty(AudioFileProperty id, Class<T> type)protected OSStatusAudioFile. getProperty0(AudioFileProperty inPropertyID, IntPtr ioDataSize, VoidPtr outPropertyData)doubleAudioFile. getPropertyAsDouble(AudioFileProperty id)floatAudioFile. getPropertyAsFloat(AudioFileProperty id)intAudioFile. getPropertyAsInt(AudioFileProperty id)longAudioFile. getPropertyAsLong(AudioFileProperty id)protected OSStatusAudioFile. getPropertyInfo0(AudioFileProperty inPropertyID, IntPtr outDataSize, IntPtr isWritable)intAudioFile. getPropertySize(AudioFileProperty id)booleanAudioFile. isPropertyWritable(AudioFileProperty id)voidAudioFile. setProperty(AudioFileProperty id, double value)voidAudioFile. setProperty(AudioFileProperty id, float value)voidAudioFile. setProperty(AudioFileProperty id, int value)voidAudioFile. setProperty(AudioFileProperty id, long value)<T extends Struct<T>>
voidAudioFile. setProperty(AudioFileProperty id, T data)protected OSStatusAudioFile. setProperty0(AudioFileProperty inPropertyID, int inDataSize, VoidPtr inPropertyData)