Package apple.audiotoolbox.struct
Class CAFOverviewChunk
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.audiotoolbox.struct.CAFOverviewChunk
-
public final class CAFOverviewChunk extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CAFOverviewChunk()CAFOverviewChunk(int mEditCount, int mNumFramesPerOVWSample, CAFOverviewSample mData)protectedCAFOverviewChunk(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CAFOverviewSamplemData()data is of variable size, calculated from the sizeo of the chunk.intmEditCount()intmNumFramesPerOVWSample()voidsetMData(CAFOverviewSample value)data is of variable size, calculated from the sizeo of the chunk.voidsetMEditCount(int value)voidsetMNumFramesPerOVWSample(int value)
-
-
-
Constructor Detail
-
CAFOverviewChunk
public CAFOverviewChunk()
-
CAFOverviewChunk
protected CAFOverviewChunk(org.moe.natj.general.Pointer peer)
-
CAFOverviewChunk
public CAFOverviewChunk(int mEditCount, int mNumFramesPerOVWSample, CAFOverviewSample mData)
-
-
Method Detail
-
mEditCount
public int mEditCount()
-
setMEditCount
public void setMEditCount(int value)
-
mNumFramesPerOVWSample
public int mNumFramesPerOVWSample()
-
setMNumFramesPerOVWSample
public void setMNumFramesPerOVWSample(int value)
-
mData
public CAFOverviewSample mData()
data is of variable size, calculated from the sizeo of the chunk.
-
setMData
public void setMData(CAFOverviewSample value)
data is of variable size, calculated from the sizeo of the chunk.
-
-