Package org.robovm.apple.avfoundation
Class AVBeatRange
- All Implemented Interfaces:
Iterable<AVBeatRange>
public class AVBeatRange extends Struct<AVBeatRange>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVBeatRange.AVBeatRangePtr -
Constructor Summary
Constructors Constructor Description AVBeatRange()AVBeatRange(double start, double length) -
Method Summary
Modifier and Type Method Description doublegetLength()doublegetStart()AVBeatRangesetLength(double length)AVBeatRangesetStart(double start)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
-
AVBeatRange
public AVBeatRange() -
AVBeatRange
public AVBeatRange(double start, double length)
-
-
Method Details