Package apple.audiotoolbox.struct
Class CAFChunkHeader
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.audiotoolbox.struct.CAFChunkHeader
-
public final class CAFChunkHeader extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CAFChunkHeader()CAFChunkHeader(int mChunkType, long mChunkSize)protectedCAFChunkHeader(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longmChunkSize()size in bytes of the chunk data (not including this header).intmChunkType()four char codevoidsetMChunkSize(long value)size in bytes of the chunk data (not including this header).voidsetMChunkType(int value)four char code
-
-
-
Method Detail
-
mChunkType
public int mChunkType()
four char code
-
setMChunkType
public void setMChunkType(int value)
four char code
-
mChunkSize
public long mChunkSize()
size in bytes of the chunk data (not including this header).
-
setMChunkSize
public void setMChunkSize(long value)
size in bytes of the chunk data (not including this header).
-
-