Package org.robovm.apple.audiotoolbox
Class AUParameterHistoryInfo
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AUParameterHistoryInfo>
org.robovm.apple.audiotoolbox.AUParameterHistoryInfo
- All Implemented Interfaces:
Iterable<AUParameterHistoryInfo>
public class AUParameterHistoryInfo extends Struct<AUParameterHistoryInfo>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAUParameterHistoryInfo.AUParameterHistoryInfoPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description AUParameterHistoryInfo()AUParameterHistoryInfo(float updatesPerSecond, float historyDurationInSeconds) -
Method Summary
Modifier and Type Method Description floatgetHistoryDurationInSeconds()floatgetUpdatesPerSecond()AUParameterHistoryInfosetHistoryDurationInSeconds(float historyDurationInSeconds)AUParameterHistoryInfosetUpdatesPerSecond(float updatesPerSecond)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
-
AUParameterHistoryInfo
public AUParameterHistoryInfo() -
AUParameterHistoryInfo
public AUParameterHistoryInfo(float updatesPerSecond, float historyDurationInSeconds)
-
-
Method Details
-
getUpdatesPerSecond
public float getUpdatesPerSecond() -
setUpdatesPerSecond
-
getHistoryDurationInSeconds
public float getHistoryDurationInSeconds() -
setHistoryDurationInSeconds
-