Package org.robovm.apple.coremedia
Class CMSampleTimingInfo
- All Implemented Interfaces:
Iterable<CMSampleTimingInfo>
public class CMSampleTimingInfo extends Struct<CMSampleTimingInfo>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMSampleTimingInfo.CMSampleTimingInfoPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CMSampleTimingInfo()CMSampleTimingInfo(CMTime duration, CMTime presentationTimeStamp, CMTime decodeTimeStamp) -
Method Summary
Modifier and Type Method Description CMTimegetDecodeTimeStamp()CMTimegetDuration()CMTimegetPresentationTimeStamp()static CMSampleTimingInfoInvalid()CMSampleTimingInfosetDecodeTimeStamp(CMTime decodeTimeStamp)CMSampleTimingInfosetDuration(CMTime duration)CMSampleTimingInfosetPresentationTimeStamp(CMTime presentationTimeStamp)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
-
CMSampleTimingInfo
public CMSampleTimingInfo() -
CMSampleTimingInfo
-
-
Method Details
-
getDuration
-
setDuration
-
getPresentationTimeStamp
-
setPresentationTimeStamp
-
getDecodeTimeStamp
-
setDecodeTimeStamp
-
Invalid
-