Package org.robovm.apple.audiotoolbox
Class AUParameterAutomationEvent
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AUParameterAutomationEvent>
org.robovm.apple.audiotoolbox.AUParameterAutomationEvent
- All Implemented Interfaces:
Iterable<AUParameterAutomationEvent>
public class AUParameterAutomationEvent extends Struct<AUParameterAutomationEvent>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAUParameterAutomationEvent.AUParameterAutomationEventPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AUParameterAutomationEvent()AUParameterAutomationEvent(long hostTime, long address, float value, AUParameterAutomationEventType eventType, long reserved) -
Method Summary
Modifier and Type Method Description longgetAddress()AUParameterAutomationEventTypegetEventType()longgetHostTime()longgetReserved()floatgetValue()AUParameterAutomationEventsetAddress(long address)AUParameterAutomationEventsetEventType(AUParameterAutomationEventType eventType)AUParameterAutomationEventsetHostTime(long hostTime)AUParameterAutomationEventsetReserved(long reserved)AUParameterAutomationEventsetValue(float value)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
AUParameterAutomationEvent
public AUParameterAutomationEvent() -
AUParameterAutomationEvent
public AUParameterAutomationEvent(long hostTime, long address, float value, AUParameterAutomationEventType eventType, long reserved)
-
-
Method Details
-
getHostTime
public long getHostTime() -
setHostTime
-
getAddress
public long getAddress() -
setAddress
-
getValue
public float getValue() -
setValue
-
getEventType
-
setEventType
-
getReserved
public long getReserved() -
setReserved
-