Package apple.audiotoolbox.struct
Class AUParameterAutomationEvent
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.audiotoolbox.struct.AUParameterAutomationEvent
-
public final class AUParameterAutomationEvent extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description AUParameterAutomationEvent()protectedAUParameterAutomationEvent(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.inteventType()< The type of the event.longhostTime()< The host time at which the event occurred.longreserved()voidsetAddress(long value)< The address of the parameter whose value changed.voidsetEventType(int value)< The type of the event.voidsetHostTime(long value)< The host time at which the event occurred.voidsetReserved(long value)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.
-
eventType
public int eventType()
< The type of the event.
-
setEventType
public void setEventType(int value)
< The type of the event.
-
reserved
public long reserved()
-
setReserved
public void setReserved(long value)
-
-