Package org.robovm.apple.coreaudio
Class AudioChannelDescription
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AudioChannelDescription>
org.robovm.apple.coreaudio.AudioChannelDescription
- All Implemented Interfaces:
Iterable<AudioChannelDescription>
public class AudioChannelDescription extends Struct<AudioChannelDescription>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioChannelDescription.AudioChannelDescriptionPtr -
Constructor Summary
Constructors Constructor Description AudioChannelDescription()AudioChannelDescription(AudioChannelLabel channelLabel, AudioChannelFlags channelFlags, float[] coordinates) -
Method Summary
Modifier and Type Method Description AudioChannelFlagsgetChannelFlags()AudioChannelLabelgetChannelLabel()floatgetCoordinate(AudioChannelCoordinate coordinate)float[]getCoordinates()AudioChannelDescriptionsetChannelFlags(AudioChannelFlags channelFlags)AudioChannelDescriptionsetChannelLabel(AudioChannelLabel channelLabel)AudioChannelDescriptionsetCoordinate(AudioChannelCoordinate coordinate, float value)AudioChannelDescriptionsetCoordinates(float[] coordinates)AudioChannelDescriptionsetCoordinates(float x, float y, float z)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
-
AudioChannelDescription
public AudioChannelDescription() -
AudioChannelDescription
public AudioChannelDescription(AudioChannelLabel channelLabel, AudioChannelFlags channelFlags, float[] coordinates)
-
-
Method Details
-
getCoordinate
-
setCoordinate
-
setCoordinates
-
getChannelLabel
-
setChannelLabel
-
getChannelFlags
-
setChannelFlags
-
getCoordinates
public float[] getCoordinates() -
setCoordinates
-