Uses of Class
org.robovm.apple.coremedia.CMTimeRange
-
Uses of CMTimeRange in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return CMTimeRange Modifier and Type Method Description static CMTimeRangeNSCoderExtensions. decodeCMTimeRange(NSCoder thiz, String key)static CMTimeRangeNSValueExtensions. getCMTimeRangeValue(NSValue thiz)CMTimeRangeAVMovieTrack. getMediaDecodeTimeRange()CMTimeRangeAVMovieTrack. getMediaPresentationTimeRange()CMTimeRangeAVCaptureResolvedPhotoSettings. getPhotoProcessingTimeRange()CMTimeRangeAVAssetExportSession. getTimeRange()CMTimeRangeAVAssetReader. getTimeRange()CMTimeRangeAVAssetTrack. getTimeRange()CMTimeRangeAVMutableTimedMetadataGroup. getTimeRange()CMTimeRangeAVMutableVideoCompositionInstruction. getTimeRange()CMTimeRangeAVTimedMetadataGroup. getTimeRange()CMTimeRangeAVTimeRamp. getTimeRange()CMTimeRangeAVVideoCompositionInstruction. getTimeRange()CMTimeRangeAVVideoCompositionInstructionProtocol. getTimeRange()Methods in org.robovm.apple.avfoundation that return types with arguments of type CMTimeRange Modifier and Type Method Description List<CMTimeRange>AVAssetDownloadTask. getLoadedTimeRanges()List<CMTimeRange>AVPlayerItem. getLoadedTimeRanges()List<CMTimeRange>AVPlayerItem. getSeekableTimeRanges()List<CMTimeRange>AVAssetWriterInputPassDescription. getSourceTimeRanges()Methods in org.robovm.apple.avfoundation with parameters of type CMTimeRange Modifier and Type Method Description static NSValueNSValueExtensions. create(CMTimeRange timeRange)protected static NSValueNSValueExtensions. create(ObjCClass clazz, CMTimeRange timeRange)voidAVAssetDownloadDelegate. didLoadTimeRange(NSURLSession session, AVAggregateAssetDownloadTask aggregateAssetDownloadTask, CMTimeRange timeRange, NSArray<NSValue> loadedTimeRanges, CMTimeRange timeRangeExpectedToLoad, AVMediaSelection mediaSelection)voidAVAssetDownloadDelegate. didLoadTimeRange(NSURLSession session, AVAssetDownloadTask assetDownloadTask, CMTimeRange timeRange, List<CMTimeRange> loadedTimeRanges, CMTimeRange timeRangeExpectedToLoad)voidAVAssetDownloadDelegateAdapter. didLoadTimeRange(NSURLSession session, AVAggregateAssetDownloadTask aggregateAssetDownloadTask, CMTimeRange timeRange, NSArray<NSValue> loadedTimeRanges, CMTimeRange timeRangeExpectedToLoad, AVMediaSelection mediaSelection)voidAVAssetDownloadDelegateAdapter. didLoadTimeRange(NSURLSession session, AVAssetDownloadTask assetDownloadTask, CMTimeRange timeRange, List<CMTimeRange> loadedTimeRanges, CMTimeRange timeRangeExpectedToLoad)static voidNSCoderExtensions. encodeCMTimeRange(NSCoder thiz, CMTimeRange timeRange, String key)protected longAVCompositionTrackSegment. init(CMTimeRange timeRange)protected longAVCompositionTrackSegment. init(NSURL URL, int trackID, CMTimeRange sourceTimeRange, CMTimeRange targetTimeRange)protected longAVPlayerLooper. init(AVQueuePlayer player, AVPlayerItem itemToLoop, CMTimeRange loopRange)protected longAVTimedMetadataGroup. init(NSArray<AVMetadataItem> items, CMTimeRange timeRange)voidAVMutableComposition. insertEmptyTimeRange(CMTimeRange timeRange)voidAVMutableCompositionTrack. insertEmptyTimeRange(CMTimeRange timeRange)voidAVMutableMovie. insertEmptyTimeRange(CMTimeRange timeRange)voidAVMutableMovieTrack. insertEmptyTimeRange(CMTimeRange timeRange)booleanAVMutableMovieTrack. insertMediaTimeRange(CMTimeRange mediaTimeRange, CMTimeRange trackTimeRange)booleanAVMutableComposition. insertTimeRange(CMTimeRange timeRange, AVAsset asset, CMTime startTime)booleanAVMutableCompositionTrack. insertTimeRange(CMTimeRange timeRange, AVAssetTrack track, CMTime startTime)booleanAVMutableMovie. insertTimeRange(CMTimeRange timeRange, AVAsset asset, CMTime startTime, boolean copySampleData, NSError.NSErrorPtr outError)booleanAVMutableMovieTrack. insertTimeRange(CMTimeRange timeRange, AVAssetTrack track, CMTime startTime, boolean copySampleData, NSError.NSErrorPtr outError)booleanAVVideoComposition. isValid(AVAsset asset, CMTimeRange timeRange, AVVideoCompositionValidationHandling validationDelegate)voidAVMutableComposition. removeTimeRange(CMTimeRange timeRange)voidAVMutableCompositionTrack. removeTimeRange(CMTimeRange timeRange)voidAVMutableMovie. removeTimeRange(CMTimeRange timeRange)voidAVMutableMovieTrack. removeTimeRange(CMTimeRange timeRange)voidAVMutableComposition. scaleTimeRange(CMTimeRange timeRange, CMTime duration)voidAVMutableCompositionTrack. scaleTimeRange(CMTimeRange timeRange, CMTime duration)voidAVMutableMovie. scaleTimeRange(CMTimeRange timeRange, CMTime duration)voidAVMutableMovieTrack. scaleTimeRange(CMTimeRange timeRange, CMTime duration)voidAVMutableVideoCompositionLayerInstruction. setCropRectangleRamp(CGRect startCropRectangle, CGRect endCropRectangle, CMTimeRange timeRange)voidAVMutableVideoCompositionLayerInstruction. setOpacityRamp(float startOpacity, float endOpacity, CMTimeRange timeRange)voidAVAssetExportSession. setTimeRange(CMTimeRange v)voidAVAssetReader. setTimeRange(CMTimeRange v)voidAVMutableTimedMetadataGroup. setTimeRange(CMTimeRange v)voidAVMutableVideoCompositionInstruction. setTimeRange(CMTimeRange v)voidAVMutableVideoCompositionLayerInstruction. setTransformRamp(CGAffineTransform startTransform, CGAffineTransform endTransform, CMTimeRange timeRange)voidAVMutableAudioMixInputParameters. setVolumeRamp(float startVolume, float endVolume, CMTimeRange timeRange)booleanAVVideoCompositionValidationHandling. shouldContinueValidatingAfterFindingEmptyTimeRange(AVVideoComposition videoComposition, CMTimeRange timeRange)booleanAVVideoCompositionValidationHandlingAdapter. shouldContinueValidatingAfterFindingEmptyTimeRange(AVVideoComposition videoComposition, CMTimeRange timeRange)Method parameters in org.robovm.apple.avfoundation with type arguments of type CMTimeRange Modifier and Type Method Description voidAVAssetDownloadDelegate. didLoadTimeRange(NSURLSession session, AVAssetDownloadTask assetDownloadTask, CMTimeRange timeRange, List<CMTimeRange> loadedTimeRanges, CMTimeRange timeRangeExpectedToLoad)voidAVAssetDownloadDelegateAdapter. didLoadTimeRange(NSURLSession session, AVAssetDownloadTask assetDownloadTask, CMTimeRange timeRange, List<CMTimeRange> loadedTimeRanges, CMTimeRange timeRangeExpectedToLoad)booleanAVMutableCompositionTrack. insertTimeRanges(List<CMTimeRange> timeRanges, NSArray<AVAssetTrack> tracks, CMTime startTime)voidAVAssetReaderOutput. resetForReadingTimeRanges(List<CMTimeRange> timeRanges)Constructors in org.robovm.apple.avfoundation with parameters of type CMTimeRange Constructor Description AVCompositionTrackSegment(CMTimeRange timeRange)AVCompositionTrackSegment(NSURL URL, int trackID, CMTimeRange sourceTimeRange, CMTimeRange targetTimeRange)AVMutableTimedMetadataGroup(NSArray<AVMetadataItem> items, CMTimeRange timeRange)AVPlayerLooper(AVQueuePlayer player, AVPlayerItem itemToLoop, CMTimeRange loopRange)AVTimedMetadataGroup(NSArray<AVMetadataItem> items, CMTimeRange timeRange)AVTimeRamp(T start, T end, CMTimeRange timeRange) -
Uses of CMTimeRange in org.robovm.apple.avkit
Methods in org.robovm.apple.avkit that return CMTimeRange Modifier and Type Method Description CMTimeRangeAVPictureInPictureSampleBufferPlaybackDelegate. pictureInPictureControllerTimeRangeForPlayback(AVPictureInPictureController pictureInPictureController)CMTimeRangeAVPictureInPictureSampleBufferPlaybackDelegateAdapter. pictureInPictureControllerTimeRangeForPlayback(AVPictureInPictureController pictureInPictureController) -
Uses of CMTimeRange in org.robovm.apple.coremedia
Methods in org.robovm.apple.coremedia that return CMTimeRange Modifier and Type Method Description static CMTimeRangeCMTimeRange. create(CMTime start, CMTime duration)static CMTimeRangeCMTimeRange. create(NSDictionary dictionaryRepresentation)static CMTimeRangeCMTimeRange. fromTimeToTime(CMTime start, CMTime end)CMTimeRangeCMTimeMapping. getSource()CMTimeRangeCMTimeMapping. getTarget()CMTimeRangeCMTimeRange. intersection(CMTimeRange otherRange)static CMTimeRangeCMTimeRange. Invalid()CMTimeRangeCMTimeRange. setDuration(CMTime duration)CMTimeRangeCMTimeRange. setStart(CMTime start)CMTimeRangeCMTimeRange. union(CMTimeRange otherRange)static CMTimeRangeCMTimeRange. Zero()Methods in org.robovm.apple.coremedia that return types with arguments of type CMTimeRange Modifier and Type Method Description static List<CMTimeRange>CMTimeRange.AsValuedListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.coremedia with parameters of type CMTimeRange Modifier and Type Method Description CMTimeCMTime. clampToRange(CMTimeRange range)booleanCMTimeRange. containsTimeRange(CMTimeRange otherRange)booleanCMTimeRange. equals(CMTimeRange range2)CMTimeCMTime. foldIntoRange(CMTimeRange foldRange)CMTimeRangeCMTimeRange. intersection(CMTimeRange otherRange)CMTimeCMTime. mapDurationFromRangeToRange(CMTimeRange fromRange, CMTimeRange toRange)static CMTimeMappingCMTime. mappingMake(CMTimeRange source, CMTimeRange target)static CMTimeMappingCMTime. mappingMakeEmpty(CMTimeRange target)CMTimeCMTime. mapTimeFromRangeToRange(CMTimeRange fromRange, CMTimeRange toRange)CMTimeMappingCMTimeMapping. setSource(CMTimeRange source)CMTimeMappingCMTimeMapping. setTarget(CMTimeRange target)CMTimeRangeCMTimeRange. union(CMTimeRange otherRange)Method parameters in org.robovm.apple.coremedia with type arguments of type CMTimeRange Modifier and Type Method Description static longCMTimeRange.AsValuedListMarshaler. toNative(List<CMTimeRange> l, long flags)Constructors in org.robovm.apple.coremedia with parameters of type CMTimeRange Constructor Description CMTimeMapping(CMTimeRange source, CMTimeRange target) -
Uses of CMTimeRange in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return CMTimeRange Modifier and Type Method Description CMTimeRangeNSCoder. decodeCMTimeRange(String key)CMTimeRangeNSValue. timeRangeValue()Methods in org.robovm.apple.foundation with parameters of type CMTimeRange Modifier and Type Method Description voidNSCoder. encodeCMTimeRange(String key, CMTimeRange timeRange)static NSValueNSValue. valueOf(CMTimeRange timeRange) -
Uses of CMTimeRange in org.robovm.apple.mediatoolbox
Methods in org.robovm.apple.mediatoolbox that return CMTimeRange Modifier and Type Method Description CMTimeRangeMTAudioProcessingTap. getLastTimeRange()Methods in org.robovm.apple.mediatoolbox with parameters of type CMTimeRange Modifier and Type Method Description protected OSStatusMTAudioProcessingTap. getSourceAudio0(long numberFrames, AudioBufferList bufferListInOut, MTAudioProcessingTapMutableFlags flagsOut, CMTimeRange timeRangeOut, MachineSizedSIntPtr numberFramesOut) -
Uses of CMTimeRange in org.robovm.apple.soundanalysis
Methods in org.robovm.apple.soundanalysis that return CMTimeRange Modifier and Type Method Description CMTimeRangeSNTimeDurationConstraint. getDurationRange()CMTimeRangeSNClassificationResult. getTimeRange()Methods in org.robovm.apple.soundanalysis with parameters of type CMTimeRange Modifier and Type Method Description protected longSNTimeDurationConstraint. init(CMTimeRange durationRange)Constructors in org.robovm.apple.soundanalysis with parameters of type CMTimeRange Constructor Description SNTimeDurationConstraint(CMTimeRange durationRange) -
Uses of CMTimeRange in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return CMTimeRange Modifier and Type Method Description CMTimeRangeVNObservation. getTimeRange()Methods in org.robovm.apple.vision with parameters of type CMTimeRange Modifier and Type Method Description booleanVNVideoProcessor. analyzeTimeRange(CMTimeRange timeRange)booleanVNVideoProcessor. analyzeWithTimeRange(CMTimeRange timeRange)Deprecated.Deprecated in iOS 14.0.