Package apple.coreaudiotypes.struct
Class AudioBufferList
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coreaudiotypes.struct.AudioBufferList
-
public final class AudioBufferList extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description AudioBufferList()AudioBufferList(int mNumberBuffers, AudioBuffer mBuffers)protectedAudioBufferList(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AudioBuffermBuffers()this is a variable length array of mNumberBuffers elementsintmNumberBuffers()voidsetMBuffers(AudioBuffer value)this is a variable length array of mNumberBuffers elementsvoidsetMNumberBuffers(int value)
-
-
-
Constructor Detail
-
AudioBufferList
public AudioBufferList()
-
AudioBufferList
protected AudioBufferList(org.moe.natj.general.Pointer peer)
-
AudioBufferList
public AudioBufferList(int mNumberBuffers, AudioBuffer mBuffers)
-
-
Method Detail
-
mNumberBuffers
public int mNumberBuffers()
-
setMNumberBuffers
public void setMNumberBuffers(int value)
-
mBuffers
public AudioBuffer mBuffers()
this is a variable length array of mNumberBuffers elements
-
setMBuffers
public void setMBuffers(AudioBuffer value)
this is a variable length array of mNumberBuffers elements
-
-