Package apple.coreaudiotypes.struct
Class AudioChannelLayout
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coreaudiotypes.struct.AudioChannelLayout
-
public final class AudioChannelLayout extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description AudioChannelLayout()AudioChannelLayout(int mChannelLayoutTag, int mChannelBitmap, int mNumberChannelDescriptions, AudioChannelDescription mChannelDescriptions)protectedAudioChannelLayout(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmChannelBitmap()AudioChannelDescriptionmChannelDescriptions()this is a variable length array of mNumberChannelDescriptions elementsintmChannelLayoutTag()intmNumberChannelDescriptions()voidsetMChannelBitmap(int value)voidsetMChannelDescriptions(AudioChannelDescription value)this is a variable length array of mNumberChannelDescriptions elementsvoidsetMChannelLayoutTag(int value)voidsetMNumberChannelDescriptions(int value)
-
-
-
Constructor Detail
-
AudioChannelLayout
public AudioChannelLayout()
-
AudioChannelLayout
protected AudioChannelLayout(org.moe.natj.general.Pointer peer)
-
AudioChannelLayout
public AudioChannelLayout(int mChannelLayoutTag, int mChannelBitmap, int mNumberChannelDescriptions, AudioChannelDescription mChannelDescriptions)
-
-
Method Detail
-
mChannelLayoutTag
public int mChannelLayoutTag()
-
setMChannelLayoutTag
public void setMChannelLayoutTag(int value)
-
mChannelBitmap
public int mChannelBitmap()
-
setMChannelBitmap
public void setMChannelBitmap(int value)
-
mNumberChannelDescriptions
public int mNumberChannelDescriptions()
-
setMNumberChannelDescriptions
public void setMNumberChannelDescriptions(int value)
-
mChannelDescriptions
public AudioChannelDescription mChannelDescriptions()
this is a variable length array of mNumberChannelDescriptions elements
-
setMChannelDescriptions
public void setMChannelDescriptions(AudioChannelDescription value)
this is a variable length array of mNumberChannelDescriptions elements
-
-