Uses of Class
org.robovm.apple.avfoundation.AVAssetTrackSegment
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVAssetTrackSegment in org.robovm.apple.avfoundation
Subclasses of AVAssetTrackSegment in org.robovm.apple.avfoundation Modifier and Type Class Description classAVCompositionTrackSegmentMethods in org.robovm.apple.avfoundation that return AVAssetTrackSegment Modifier and Type Method Description AVAssetTrackSegmentAVAssetTrack. getSegment(CMTime trackTime)Methods in org.robovm.apple.avfoundation that return types with arguments of type AVAssetTrackSegment Modifier and Type Method Description NSArray<AVAssetTrackSegment>AVAssetTrack. getSegments()NSArray<AVAssetTrackSegment>AVCompositionTrack. getSegments()NSArray<AVAssetTrackSegment>AVMutableCompositionTrack. getSegments()Method parameters in org.robovm.apple.avfoundation with type arguments of type AVAssetTrackSegment Modifier and Type Method Description voidAVAssetTrack. loadSegmentForTrackTime(CMTime trackTime, VoidBlock2<AVAssetTrackSegment,NSError> completionHandler)voidAVMutableCompositionTrack. setSegments(NSArray<AVAssetTrackSegment> v)