Uses of Class
org.robovm.apple.avfoundation.AVMutableMovieTrack
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVMutableMovieTrack in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVMutableMovieTrack Modifier and Type Method Description AVMutableMovieTrackAVMutableMovie. addMutableTrack(String mediaType, AVAssetTrack track, NSDictionary<NSString,?> options)AVMutableMovieTrackAVMutableMovie. getTrack(int trackID)AVMutableMovieTrackAVMutableMovie. mutableTrackCompatibleWithTrack(AVAssetTrack track)Methods in org.robovm.apple.avfoundation that return types with arguments of type AVMutableMovieTrack Modifier and Type Method Description NSArray<AVMutableMovieTrack>AVMutableMovie. addMutableTracksCopyingSettings(NSArray<AVAssetTrack> existingTracks, NSDictionary<NSString,?> options)NSArray<AVMutableMovieTrack>AVMutableMovie. getTracks()