Package org.robovm.apple.audiotoolbox
Class AUParameterInfo
- All Implemented Interfaces:
Iterable<AUParameterInfo>
public class AUParameterInfo extends Struct<AUParameterInfo>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAUParameterInfo.AUParameterInfoPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AUParameterInfo() -
Method Summary
Modifier and Type Method Description intgetClumpID()floatgetDefaultValue()AUParameterFlagsgetFlags()floatgetMaxValue()floatgetMinValue()StringgetNameString()AudioUnitParameterUnitgetUnit()StringgetUnitName()AUParameterInfosetClumpID(int clumpID)AUParameterInfosetDefaultValue(float defaultValue)AUParameterInfosetFlags(AUParameterFlags flags)AUParameterInfosetMaxValue(float maxValue)AUParameterInfosetMinValue(float minValue)AUParameterInfosetNameString(String nameString)AUParameterInfosetUnit(AudioUnitParameterUnit unit)AUParameterInfosetUnitName(String unitName)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
AUParameterInfo
public AUParameterInfo()
-
-
Method Details
-
getUnitName
-
setUnitName
-
getClumpID
public int getClumpID() -
setClumpID
-
getNameString
-
setNameString
-
getUnit
-
setUnit
-
getMinValue
public float getMinValue() -
setMinValue
-
getMaxValue
public float getMaxValue() -
setMaxValue
-
getDefaultValue
public float getDefaultValue() -
setDefaultValue
-
getFlags
-
setFlags
-