Uses of Interface
org.robovm.apple.audiotoolbox.AUPropertyType
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AUPropertyType in org.robovm.apple.audiotoolbox
Classes in org.robovm.apple.audiotoolbox that implement AUPropertyType Modifier and Type Class Description classAUAudioFilePlayerPropertyclassAUConverterPropertyclassAUDeferredRendererPropertyclassAUGenericPropertyclassAUMIDISynthPropertyclassAUMixerPropertyclassAUNBandEQPropertyclassAUOutputPropertyclassAUSamplerPropertyclassAUScheduledSoundPlayerPropertyclassAUSpatialMixerPropertyclassAUVoiceIOPropertyclassMusicDevicePropertyMethods in org.robovm.apple.audiotoolbox that return AUPropertyType Modifier and Type Method Description AUPropertyTypeAudioUnitProperty. getPropertyID()Methods in org.robovm.apple.audiotoolbox with parameters of type AUPropertyType Modifier and Type Method Description voidAudioUnit. addPropertyListener(AUPropertyType id, AUPropertyListener listener)protected OSStatusAudioUnit. addPropertyListener0(AUPropertyType inID, FunctionPtr inProc, long inProcUserData)<T extends Struct<T>>
TAudioUnit. getProperty(AUPropertyType type, Class<T> returnType, AUScope scope)<T extends Struct<T>>
TAudioUnit. getProperty(AUPropertyType type, Class<T> returnType, AUScope scope, int element)protected OSStatusAudioUnit. getProperty0(AUPropertyType inID, AUScope inScope, int inElement, VoidPtr outData, IntPtr ioDataSize)doubleAudioUnit. getPropertyAsDouble(AUPropertyType type, AUScope scope)floatAudioUnit. getPropertyAsFloat(AUPropertyType type, AUScope scope)intAudioUnit. getPropertyAsInt(AUPropertyType type, AUScope scope)longAudioUnit. getPropertyAsLong(AUPropertyType type, AUScope scope)protected OSStatusAudioUnit. getPropertyInfo0(AUPropertyType inID, AUScope inScope, int inElement, IntPtr outDataSize, BooleanPtr outWritable)intAudioUnit. getPropertySize(AUPropertyType type, AUScope scope)intAudioUnit. getPropertySize(AUPropertyType type, AUScope scope, int element)booleanAudioUnit. isPropertyWritable(AUPropertyType type, AUScope scope)booleanAudioUnit. isPropertyWritable(AUPropertyType type, AUScope scope, int element)voidAUPropertyListener. onChange(AudioUnit unit, AUPropertyType id, AUScope scope, int element)voidAudioUnit. removePropertyListener(AUPropertyType id, AUPropertyListener listener)protected OSStatusAudioUnit. removePropertyListener0(AUPropertyType inID, FunctionPtr inProc, long inProcUserData)voidAudioUnit. setProperty(AUPropertyType type, double value, AUScope scope)voidAudioUnit. setProperty(AUPropertyType type, float value, AUScope scope)voidAudioUnit. setProperty(AUPropertyType type, int value, AUScope scope)voidAudioUnit. setProperty(AUPropertyType type, long value, AUScope scope)<T extends Struct<T>>
voidAudioUnit. setProperty(AUPropertyType type, Struct<T> data, AUScope scope)<T extends Struct<T>>
voidAudioUnit. setProperty(AUPropertyType type, Struct<T> data, AUScope scope, int element)protected OSStatusAudioUnit. setProperty0(AUPropertyType inID, AUScope inScope, int inElement, VoidPtr inData, int inDataSize)AudioUnitPropertyAudioUnitProperty. setPropertyID(AUPropertyType propertyID)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUPropertyType Constructor Description AudioUnitProperty(AudioUnit audioUnit, AUPropertyType propertyID, AUScope scope, int element)