Share via


AVMutableCompositionTrack.InsertTimeRanges Method

Definition

[Foundation.Export("insertTimeRanges:ofTracks:atTime:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool InsertTimeRanges(Foundation.NSValue[] cmTimeRanges, AVFoundation.AVAssetTrack[] tracks, CoreMedia.CMTime startTime, out Foundation.NSError error);
[<Foundation.Export("insertTimeRanges:ofTracks:atTime:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertTimeRanges : Foundation.NSValue[] * AVFoundation.AVAssetTrack[] * CoreMedia.CMTime * NSError -> bool
override this.InsertTimeRanges : Foundation.NSValue[] * AVFoundation.AVAssetTrack[] * CoreMedia.CMTime * NSError -> bool

Parameters

cmTimeRanges
NSValue[]
tracks
AVAssetTrack[]
startTime
CMTime
error
NSError

Returns

Attributes

Applies to