Uses of Class
org.robovm.apple.audiotoolbox.AUScope
| Package | Description |
|---|---|
| org.robovm.apple.audiotoolbox |
-
Uses of AUScope in org.robovm.apple.audiotoolbox
Methods in org.robovm.apple.audiotoolbox that return AUScope Modifier and Type Method Description AUScopeAUDependentParameter. getScope()AUScopeAudioUnitParameter. getScope()AUScopeAudioUnitProperty. getScope()AUScopeAUParameterEvent. getScope()AUScopeAUPresetEvent. getScope()static AUScopeAUScope. valueOf(long n)Returns the enum constant of this type with the specified name.static AUScopeAUScope. valueOf(String name)Returns the enum constant of this type with the specified name.static AUScope[]AUScope. 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 AUScope Modifier and Type Method Description AUInputSamplesInOutputCallbackAudioUnit. getInputSamplesInOutputCallback(AUScope scope)intAudioUnit. getMaxFramesPerSlice(AUScope scope)AUOutputMIDICallbackAudioUnit. getMIDICallbacks(AUScope scope)floatAudioUnit. getParameter(AUParameterType type, AUScope scope)floatAudioUnit. getParameter(AUParameterType type, AUScope scope, int element)protected OSStatusAudioUnit. getParameter0(AUParameterType inID, AUScope inScope, int inElement, FloatPtr outValue)<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)AudioStreamBasicDescriptionAudioUnit. getStreamFormat(AUScope scope)booleanAudioUnit. isPropertyWritable(AUPropertyType type, AUScope scope)booleanAudioUnit. isPropertyWritable(AUPropertyType type, AUScope scope, int element)voidAudioUnit. makeConnection(AUConnection connection, AUScope scope)voidAUPropertyListener. onChange(AudioUnit unit, AUPropertyType id, AUScope scope, int element)voidAudioUnit. reset(AUScope scope, int element)protected OSStatusAudioUnit. reset0(AUScope inScope, int inElement)voidAudioUnit. scheduleAudioFileRegion(AUScheduledAudioFileRegion region, AUScope scope)voidAudioUnit. scheduleAudioSlice(AUScheduledAudioSlice slice, AUScope scope)voidAudioUnit. setHostCallback(AUHostCallback callback, AUScope scope)voidAudioUnit. setInputSamplesInOutputCallback(AUInputSamplesInOutputCallback callback, AUScope scope)voidAudioUnit. setMaxFramesPerSlice(int maxFramesPerSlice, AUScope scope)voidAudioUnit. setMIDICallbacks(AUOutputMIDICallback callback, AUScope scope)voidAudioUnit. setParameter(AUParameterType type, float value, AUScope scope)voidAudioUnit. setParameter(AUParameterType type, float value, AUScope scope, int element, int bufferOffsetInFrames)protected OSStatusAudioUnit. setParameter0(AUParameterType inID, AUScope inScope, int inElement, float inValue, int inBufferOffsetInFrames)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)voidAudioUnit. setRenderCallback(AURenderCallback callback, AUScope scope)AUDependentParameterAUDependentParameter. setScope(AUScope scope)AudioUnitParameterAudioUnitParameter. setScope(AUScope scope)AudioUnitPropertyAudioUnitProperty. setScope(AUScope scope)AUParameterEventAUParameterEvent. setScope(AUScope scope)AUPresetEventAUPresetEvent. setScope(AUScope scope)voidAudioUnit. setStreamFormat(AudioStreamBasicDescription streamFormat, AUScope scope)Constructors in org.robovm.apple.audiotoolbox with parameters of type AUScope Constructor Description AUDependentParameter(AUScope scope, AUParameterType type)AudioUnitParameter(AudioUnit audioUnit, AUParameterType type, AUScope scope, int element)AudioUnitProperty(AudioUnit audioUnit, AUPropertyType propertyID, AUScope scope, int element)AUParameterEvent(AUParameterType parameterID, AUScope scope, int element, float value)AUPresetEvent(AUScope scope, int element, NSPropertyList preset)