Uses of Class
org.robovm.apple.coremedia.CMTimeMapping
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.coremedia | |
| org.robovm.apple.foundation |
-
Uses of CMTimeMapping in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return CMTimeMapping Modifier and Type Method Description static CMTimeMappingNSCoderExtensions. decodeCMTimeMapping(NSCoder thiz, String key)static CMTimeMappingNSValueExtensions. getCMTimeMappingValue(NSValue thiz)CMTimeMappingAVAssetTrackSegment. getTimeMapping()Methods in org.robovm.apple.avfoundation with parameters of type CMTimeMapping Modifier and Type Method Description static NSValueNSValueExtensions. create(CMTimeMapping timeMapping)protected static NSValueNSValueExtensions. create(ObjCClass clazz, CMTimeMapping timeMapping)static voidNSCoderExtensions. encodeCMTimeMapping(NSCoder thiz, CMTimeMapping timeMapping, String key) -
Uses of CMTimeMapping in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CMTimeMapping Modifier and Type Method Description static CMTimeMappingCMTime. MappingInvalid()static CMTimeMappingCMTime. mappingMake(CMTimeRange source, CMTimeRange target)static CMTimeMappingCMTime. mappingMakeEmpty(CMTimeRange target)static CMTimeMappingCMTime. mappingMakeFromDictionary(NSDictionary dictionaryRepresentation)CMTimeMappingCMTimeMapping. setSource(CMTimeRange source)CMTimeMappingCMTimeMapping. setTarget(CMTimeRange target)Methods in org.robovm.apple.coremedia with parameters of type CMTimeMapping Modifier and Type Method Description static NSDictionaryCMTime. mappingCopyAsDictionary(CMTimeMapping mapping, CFAllocator allocator)static StringCMTime. mappingCopyDescription(CFAllocator allocator, CMTimeMapping mapping)static voidCMTime. mappingShow(CMTimeMapping mapping) -
Uses of CMTimeMapping in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return CMTimeMapping Modifier and Type Method Description CMTimeMappingNSCoder. decodeCMTimeMapping(String key)CMTimeMappingNSValue. timeMappingValue()Methods in org.robovm.apple.foundation with parameters of type CMTimeMapping Modifier and Type Method Description voidNSCoder. encodeCMTimeMapping(String key, CMTimeMapping timeMapping)static NSValueNSValue. valueOf(CMTimeMapping timeMapping)