Package org.robovm.apple.audiotoolbox
Class AUChannelInfo
- All Implemented Interfaces:
Iterable<AUChannelInfo>
public class AUChannelInfo extends Struct<AUChannelInfo>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAUChannelInfo.AUChannelInfoPtr -
Constructor Summary
Constructors Constructor Description AUChannelInfo()AUChannelInfo(short inChannels, short outChannels) -
Method Summary
Modifier and Type Method Description shortgetInChannels()shortgetOutChannels()AUChannelInfosetInChannels(short inChannels)AUChannelInfosetOutChannels(short outChannels)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
-
Constructor Details
-
AUChannelInfo
public AUChannelInfo() -
AUChannelInfo
public AUChannelInfo(short inChannels, short outChannels)
-
-
Method Details
-
getInChannels
public short getInChannels() -
setInChannels
-
getOutChannels
public short getOutChannels() -
setOutChannels
-