-
Methods in org.robovm.apple.audiotoolbox with parameters of type AUScope
| Modifier and Type |
Method |
Description |
AUInputSamplesInOutputCallback |
AudioUnit.getInputSamplesInOutputCallback(AUScope scope) |
|
int |
AudioUnit.getMaxFramesPerSlice(AUScope scope) |
|
AUOutputMIDICallback |
AudioUnit.getMIDICallbacks(AUScope scope) |
|
float |
AudioUnit.getParameter(AUParameterType type,
AUScope scope) |
|
float |
AudioUnit.getParameter(AUParameterType type,
AUScope scope,
int element) |
|
protected OSStatus |
AudioUnit.getParameter0(AUParameterType inID,
AUScope inScope,
int inElement,
FloatPtr outValue) |
|
<T extends Struct<T>> T |
AudioUnit.getProperty(AUPropertyType type,
Class<T> returnType,
AUScope scope) |
|
<T extends Struct<T>> T |
AudioUnit.getProperty(AUPropertyType type,
Class<T> returnType,
AUScope scope,
int element) |
|
protected OSStatus |
AudioUnit.getProperty0(AUPropertyType inID,
AUScope inScope,
int inElement,
VoidPtr outData,
IntPtr ioDataSize) |
|
double |
AudioUnit.getPropertyAsDouble(AUPropertyType type,
AUScope scope) |
|
float |
AudioUnit.getPropertyAsFloat(AUPropertyType type,
AUScope scope) |
|
int |
AudioUnit.getPropertyAsInt(AUPropertyType type,
AUScope scope) |
|
long |
AudioUnit.getPropertyAsLong(AUPropertyType type,
AUScope scope) |
|
protected OSStatus |
AudioUnit.getPropertyInfo0(AUPropertyType inID,
AUScope inScope,
int inElement,
IntPtr outDataSize,
BooleanPtr outWritable) |
|
int |
AudioUnit.getPropertySize(AUPropertyType type,
AUScope scope) |
|
int |
AudioUnit.getPropertySize(AUPropertyType type,
AUScope scope,
int element) |
|
AudioStreamBasicDescription |
AudioUnit.getStreamFormat(AUScope scope) |
|
boolean |
AudioUnit.isPropertyWritable(AUPropertyType type,
AUScope scope) |
|
boolean |
AudioUnit.isPropertyWritable(AUPropertyType type,
AUScope scope,
int element) |
|
void |
AudioUnit.makeConnection(AUConnection connection,
AUScope scope) |
|
void |
AUPropertyListener.onChange(AudioUnit unit,
AUPropertyType id,
AUScope scope,
int element) |
|
void |
AudioUnit.reset(AUScope scope,
int element) |
|
protected OSStatus |
AudioUnit.reset0(AUScope inScope,
int inElement) |
|
void |
AudioUnit.scheduleAudioFileRegion(AUScheduledAudioFileRegion region,
AUScope scope) |
|
void |
AudioUnit.scheduleAudioSlice(AUScheduledAudioSlice slice,
AUScope scope) |
|
void |
AudioUnit.setHostCallback(AUHostCallback callback,
AUScope scope) |
|
void |
AudioUnit.setInputSamplesInOutputCallback(AUInputSamplesInOutputCallback callback,
AUScope scope) |
|
void |
AudioUnit.setMaxFramesPerSlice(int maxFramesPerSlice,
AUScope scope) |
|
void |
AudioUnit.setMIDICallbacks(AUOutputMIDICallback callback,
AUScope scope) |
|
void |
AudioUnit.setParameter(AUParameterType type,
float value,
AUScope scope) |
|
void |
AudioUnit.setParameter(AUParameterType type,
float value,
AUScope scope,
int element,
int bufferOffsetInFrames) |
|
protected OSStatus |
AudioUnit.setParameter0(AUParameterType inID,
AUScope inScope,
int inElement,
float inValue,
int inBufferOffsetInFrames) |
|
void |
AudioUnit.setProperty(AUPropertyType type,
double value,
AUScope scope) |
|
void |
AudioUnit.setProperty(AUPropertyType type,
float value,
AUScope scope) |
|
void |
AudioUnit.setProperty(AUPropertyType type,
int value,
AUScope scope) |
|
void |
AudioUnit.setProperty(AUPropertyType type,
long value,
AUScope scope) |
|
<T extends Struct<T>> void |
AudioUnit.setProperty(AUPropertyType type,
Struct<T> data,
AUScope scope) |
|
<T extends Struct<T>> void |
AudioUnit.setProperty(AUPropertyType type,
Struct<T> data,
AUScope scope,
int element) |
|
protected OSStatus |
AudioUnit.setProperty0(AUPropertyType inID,
AUScope inScope,
int inElement,
VoidPtr inData,
int inDataSize) |
|
void |
AudioUnit.setRenderCallback(AURenderCallback callback,
AUScope scope) |
|
AUDependentParameter |
AUDependentParameter.setScope(AUScope scope) |
|
AudioUnitParameter |
AudioUnitParameter.setScope(AUScope scope) |
|
AudioUnitProperty |
AudioUnitProperty.setScope(AUScope scope) |
|
AUParameterEvent |
AUParameterEvent.setScope(AUScope scope) |
|
AUPresetEvent |
AUPresetEvent.setScope(AUScope scope) |
|
void |
AudioUnit.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) |
|