AVMutableMovie_AVMutableMovieMovieLevelEditing.InsertTimeRange Method

Definition

[Foundation.Export("insertTimeRange:ofAsset:atTime:copySampleData:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool InsertTimeRange(this AVFoundation.AVMutableMovie This, CoreMedia.CMTimeRange timeRange, AVFoundation.AVAsset asset, CoreMedia.CMTime startTime, bool copySampleData, out Foundation.NSError? outError);
[<Foundation.Export("insertTimeRange:ofAsset:atTime:copySampleData:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member InsertTimeRange : AVFoundation.AVMutableMovie * CoreMedia.CMTimeRange * AVFoundation.AVAsset * CoreMedia.CMTime * bool * NSError -> bool

Parameters

This
AVMutableMovie

The instance on which this method operates.

timeRange
CMTimeRange
asset
AVAsset
startTime
CMTime
copySampleData
Boolean
outError
NSError

Returns

Attributes

Applies to