Package org.robovm.apple.audiotoolbox
Class AUOutputStartAtTimeParams
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<AUOutputStartAtTimeParams>
org.robovm.apple.audiotoolbox.AUOutputStartAtTimeParams
- All Implemented Interfaces:
Iterable<AUOutputStartAtTimeParams>
public class AUOutputStartAtTimeParams extends Struct<AUOutputStartAtTimeParams>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAUOutputStartAtTimeParams.AUOutputStartAtTimeParamsPtr -
Constructor Summary
Constructors Constructor Description AUOutputStartAtTimeParams()AUOutputStartAtTimeParams(AudioTimeStamp timestamp, int flags) -
Method Summary
Modifier and Type Method Description intgetFlags()AudioTimeStampgetTimestamp()AUOutputStartAtTimeParamssetFlags(int flags)AUOutputStartAtTimeParamssetTimestamp(AudioTimeStamp timestamp)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, wrap
-
Constructor Details
-
AUOutputStartAtTimeParams
public AUOutputStartAtTimeParams() -
AUOutputStartAtTimeParams
-
-
Method Details
-
getTimestamp
-
setTimestamp
-
getFlags
public int getFlags() -
setFlags
-