Package org.robovm.apple.audiotoolbox
Class AUConnection
- All Implemented Interfaces:
Iterable<AUConnection>
public class AUConnection extends Struct<AUConnection>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAUConnection.AUConnectionPtr -
Constructor Summary
Constructors Constructor Description AUConnection()AUConnection(AudioUnit sourceAudioUnit, int sourceOutputNumber, int destInputNumber) -
Method Summary
Modifier and Type Method Description intgetDestInputNumber()AudioUnitgetSourceAudioUnit()intgetSourceOutputNumber()AUConnectionsetDestInputNumber(int destInputNumber)AUConnectionsetSourceAudioUnit(AudioUnit sourceAudioUnit)AUConnectionsetSourceOutputNumber(int sourceOutputNumber)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
-
AUConnection
public AUConnection() -
AUConnection
-
-
Method Details
-
getSourceAudioUnit
-
setSourceAudioUnit
-
getSourceOutputNumber
public int getSourceOutputNumber() -
setSourceOutputNumber
-
getDestInputNumber
public int getDestInputNumber() -
setDestInputNumber
-