AVMutableMovie_AVMutableMovieMovieLevelEditing.InsertTimeRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("insertTimeRange:ofAsset:atTime:copySampleData:error:")]
public static bool InsertTimeRange (this AVFoundation.AVMutableMovie This, CoreMedia.CMTimeRange timeRange, AVFoundation.AVAsset asset, CoreMedia.CMTime startTime, bool copySampleData, out Foundation.NSError outError);
static member InsertTimeRange : AVFoundation.AVMutableMovie * CoreMedia.CMTimeRange * AVFoundation.AVAsset * CoreMedia.CMTime * bool * -> bool
Parameters
- This
- AVMutableMovie
- timeRange
- CMTimeRange
- asset
- AVAsset
- startTime
- CMTime
- copySampleData
- Boolean
- outError
- NSError
Returns
- Attributes