-
Methods in org.robovm.apple.audiotoolbox with parameters of type AUPropertyType
| Modifier and Type |
Method |
Description |
void |
AudioUnit.addPropertyListener(AUPropertyType id,
AUPropertyListener listener) |
|
protected OSStatus |
AudioUnit.addPropertyListener0(AUPropertyType inID,
FunctionPtr inProc,
long inProcUserData) |
|
<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) |
|
boolean |
AudioUnit.isPropertyWritable(AUPropertyType type,
AUScope scope) |
|
boolean |
AudioUnit.isPropertyWritable(AUPropertyType type,
AUScope scope,
int element) |
|
void |
AUPropertyListener.onChange(AudioUnit unit,
AUPropertyType id,
AUScope scope,
int element) |
|
void |
AudioUnit.removePropertyListener(AUPropertyType id,
AUPropertyListener listener) |
|
protected OSStatus |
AudioUnit.removePropertyListener0(AUPropertyType inID,
FunctionPtr inProc,
long inProcUserData) |
|
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) |
|
AudioUnitProperty |
AudioUnitProperty.setPropertyID(AUPropertyType propertyID) |
|