Package apple.audiotoolbox.struct
Class CAFOverviewSample
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.audiotoolbox.struct.CAFOverviewSample
-
public final class CAFOverviewSample extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CAFOverviewSample()CAFOverviewSample(short mMinValue, short mMaxValue)protectedCAFOverviewSample(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortmMaxValue()shortmMinValue()voidsetMMaxValue(short value)voidsetMMinValue(short value)
-