Package org.robovm.apple.audiotoolbox
Class AUParameterNameInfo
- All Implemented Interfaces:
Iterable<AUParameterNameInfo>
public class AUParameterNameInfo extends Struct<AUParameterNameInfo>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAUParameterNameInfo.AUParameterNameInfoPtr -
Field Summary
Fields Modifier and Type Field Description static intFullNameLength -
Constructor Summary
Constructors Constructor Description AUParameterNameInfo()AUParameterNameInfo(int inID, int inDesiredLength, String outName) -
Method Summary
Modifier and Type Method Description intgetInDesiredLength()intgetInID()StringgetOutName()AUParameterNameInfosetInDesiredLength(int inDesiredLength)AUParameterNameInfosetInID(int inID)AUParameterNameInfosetOutName(String outName)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, wrap
-
Field Details
-
FullNameLength
public static final int FullNameLength- See Also:
- Constant Field Values
-
-
Constructor Details
-
AUParameterNameInfo
public AUParameterNameInfo() -
AUParameterNameInfo
-
-
Method Details
-
getInID
public int getInID() -
setInID
-
getInDesiredLength
public int getInDesiredLength() -
setInDesiredLength
-
getOutName
-
setOutName
-