Package apple.audiotoolbox.struct
Class CAFPeakChunk
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.audiotoolbox.struct.CAFPeakChunk
-
public final class CAFPeakChunk extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CAFPeakChunk()CAFPeakChunk(int mEditCount, CAFPositionPeak mPeaks)protectedCAFPeakChunk(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmEditCount()CAFPositionPeakmPeaks()this is a variable length array of peak elements (calculated from the size of the chunk)voidsetMEditCount(int value)voidsetMPeaks(CAFPositionPeak value)this is a variable length array of peak elements (calculated from the size of the chunk)
-
-
-
Constructor Detail
-
CAFPeakChunk
public CAFPeakChunk()
-
CAFPeakChunk
protected CAFPeakChunk(org.moe.natj.general.Pointer peer)
-
CAFPeakChunk
public CAFPeakChunk(int mEditCount, CAFPositionPeak mPeaks)
-
-
Method Detail
-
mEditCount
public int mEditCount()
-
setMEditCount
public void setMEditCount(int value)
-
mPeaks
public CAFPositionPeak mPeaks()
this is a variable length array of peak elements (calculated from the size of the chunk)
-
setMPeaks
public void setMPeaks(CAFPositionPeak value)
this is a variable length array of peak elements (calculated from the size of the chunk)
-
-