Package org.robovm.apple.coreaudio
Class AudioChannelLayout
- All Implemented Interfaces:
Iterable<AudioChannelLayout>
public class AudioChannelLayout extends Struct<AudioChannelLayout>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAudioChannelLayout.AudioChannelLayoutPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AudioChannelLayout()AudioChannelLayout(AudioChannelLayoutTag channelLayoutTag, AudioChannelBits channelBitmap) -
Method Summary
Modifier and Type Method Description AudioChannelBitsgetChannelBitmap()AudioChannelDescriptiongetChannelDescription(int index)intgetChannelDescriptionCount()AudioChannelDescription[]getChannelDescriptions()protected AudioChannelDescription.AudioChannelDescriptionPtrgetChannelDescriptions0()AudioChannelLayoutTaggetChannelLayoutTag()protected intgetNumberChannelDescriptions()AudioChannelLayoutsetChannelBitmap(AudioChannelBits channelBitmap)AudioChannelLayoutsetChannelDescription(int index, AudioChannelDescription value)AudioChannelLayoutsetChannelDescriptions(AudioChannelDescription[] channelDescriptions)protected AudioChannelLayoutsetChannelDescriptions0(AudioChannelDescription.AudioChannelDescriptionPtr channelDescriptions0)AudioChannelLayoutsetChannelLayoutTag(AudioChannelLayoutTag channelLayoutTag)protected AudioChannelLayoutsetNumberChannelDescriptions(int numberChannelDescriptions)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, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
AudioChannelLayout
public AudioChannelLayout() -
AudioChannelLayout
-
-
Method Details
-
getChannelDescriptionCount
public int getChannelDescriptionCount() -
getChannelDescription
-
setChannelDescription
-
getChannelDescriptions
-
setChannelDescriptions
-
getChannelLayoutTag
-
setChannelLayoutTag
-
getChannelBitmap
-
setChannelBitmap
-
getNumberChannelDescriptions
protected int getNumberChannelDescriptions() -
setNumberChannelDescriptions
-
getChannelDescriptions0
-
setChannelDescriptions0
protected AudioChannelLayout setChannelDescriptions0(AudioChannelDescription.AudioChannelDescriptionPtr channelDescriptions0)
-