Package org.robovm.apple.audiotoolbox
Class AudioQueueChannelAssignment
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AudioQueueChannelAssignment>
org.robovm.apple.audiotoolbox.AudioQueueChannelAssignment
- All Implemented Interfaces:
Iterable<AudioQueueChannelAssignment>
public class AudioQueueChannelAssignment extends Struct<AudioQueueChannelAssignment>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioQueueChannelAssignment.AudioQueueChannelAssignmentPtr -
Constructor Summary
Constructors Constructor Description AudioQueueChannelAssignment()AudioQueueChannelAssignment(String deviceUID, int channelNumber) -
Method Summary
Modifier and Type Method Description intgetChannelNumber()StringgetDeviceUID()AudioQueueChannelAssignmentsetChannelNumber(int channelNumber)AudioQueueChannelAssignmentsetDeviceUID(String deviceUID)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
-
AudioQueueChannelAssignment
public AudioQueueChannelAssignment() -
AudioQueueChannelAssignment
-
-
Method Details
-
getDeviceUID
-
setDeviceUID
-
getChannelNumber
public int getChannelNumber() -
setChannelNumber
-