Package apple.audiotoolbox.struct
Class AURecordedParameterEvent
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.audiotoolbox.struct.AURecordedParameterEvent
-
public final class AURecordedParameterEvent extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description AURecordedParameterEvent()AURecordedParameterEvent(long hostTime, long address, float value)protectedAURecordedParameterEvent(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longaddress()< The address of the parameter whose value changed.longhostTime()< The host time at which the event occurred.voidsetAddress(long value)< The address of the parameter whose value changed.voidsetHostTime(long value)< The host time at which the event occurred.voidsetValue(float value)< The value of the parameter at that time.floatvalue()< The value of the parameter at that time.
-
-
-
Method Detail
-
hostTime
public long hostTime()
< The host time at which the event occurred.
-
setHostTime
public void setHostTime(long value)
< The host time at which the event occurred.
-
address
public long address()
< The address of the parameter whose value changed.
-
setAddress
public void setAddress(long value)
< The address of the parameter whose value changed.
-
value
public float value()
< The value of the parameter at that time.
-
setValue
public void setValue(float value)
< The value of the parameter at that time.
-
-