Package org.robovm.apple.coremedia
Class CMTimeRange
- All Implemented Interfaces:
Iterable<CMTimeRange>
public class CMTimeRange extends Struct<CMTimeRange>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMTimeRange.AsValuedListMarshalerstatic classCMTimeRange.CMTimeRangePtr -
Constructor Summary
Constructors Constructor Description CMTimeRange()CMTimeRange(CMTime start, CMTime duration) -
Method Summary
Modifier and Type Method Description NSDictionaryasDictionary(CFAllocator allocator)booleancontainsTime(CMTime time)booleancontainsTimeRange(CMTimeRange otherRange)static CMTimeRangecreate(CMTime start, CMTime duration)static CMTimeRangecreate(NSDictionary dictionaryRepresentation)booleanequals(CMTimeRange range2)static CMTimeRangefromTimeToTime(CMTime start, CMTime end)CMTimegetDuration()CMTimegetEnd()CMTimegetStart()CMTimeRangeintersection(CMTimeRange otherRange)static CMTimeRangeInvalid()CMTimeRangesetDuration(CMTime duration)CMTimeRangesetStart(CMTime start)voidshow()StringtoString()CMTimeRangeunion(CMTimeRange otherRange)static CMTimeRangeZero()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
-
CMTimeRange
public CMTimeRange() -
CMTimeRange
-
-
Method Details