Package apple.audiotoolbox.struct
Class CAFDataChunk
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.audiotoolbox.struct.CAFDataChunk
-
public final class CAFDataChunk extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CAFDataChunk()CAFDataChunk(int mEditCount, byte mData)protectedCAFDataChunk(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytemData()this is a variable length data field based off the size of the data chunkintmEditCount()voidsetMData(byte value)this is a variable length data field based off the size of the data chunkvoidsetMEditCount(int value)
-
-
-
Method Detail
-
mEditCount
public int mEditCount()
-
setMEditCount
public void setMEditCount(int value)
-
mData
public byte mData()
this is a variable length data field based off the size of the data chunk
-
setMData
public void setMData(byte value)
this is a variable length data field based off the size of the data chunk
-
-