Package apple.audiotoolbox.struct
Class AudioQueueParameterEvent
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.audiotoolbox.struct.AudioQueueParameterEvent
-
public final class AudioQueueParameterEvent extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description AudioQueueParameterEvent()AudioQueueParameterEvent(int mID, float mValue)protectedAudioQueueParameterEvent(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmID()floatmValue()voidsetMID(int value)voidsetMValue(float value)
-