Package org.robovm.apple.audiotoolbox
Class AURecordedParameterEvent
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AURecordedParameterEvent>
org.robovm.apple.audiotoolbox.AURecordedParameterEvent
- All Implemented Interfaces:
Iterable<AURecordedParameterEvent>
public class AURecordedParameterEvent extends Struct<AURecordedParameterEvent>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAURecordedParameterEvent.AURecordedParameterEventPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AURecordedParameterEvent()AURecordedParameterEvent(long hostTime, long address, float value) -
Method Summary
Modifier and Type Method Description longgetAddress()longgetHostTime()floatgetValue()AURecordedParameterEventsetAddress(long address)AURecordedParameterEventsetHostTime(long hostTime)AURecordedParameterEventsetValue(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
-
AURecordedParameterEvent
public AURecordedParameterEvent() -
AURecordedParameterEvent
public AURecordedParameterEvent(long hostTime, long address, float value)
-
-
Method Details
-
getHostTime
public long getHostTime() -
setHostTime
-
getAddress
public long getAddress() -
setAddress
-
getValue
public float getValue() -
setValue
-