AVMutableCompositionTrack.InsertTimeRanges Method

Definition

Overloads

InsertTimeRanges(NSValue[], AVAssetTrack[], CMTime, NSError)

Inserts content from the specified cmTimeRanges in the specified tracks, into the current track, beginning at the specified startTime

InsertTimeRanges(NSValue, AVAssetTrack[], CMTime, NSError)
Obsolete.

Inserts content from the specified cmTimeRanges in the specified tracks, into the current track, beginning at the specified startTime.

InsertTimeRanges(NSValue[], AVAssetTrack[], CMTime, NSError)

Inserts content from the specified cmTimeRanges in the specified tracks, into the current track, beginning at the specified startTime

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

Parameters

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

Returns

Attributes

Applies to

InsertTimeRanges(NSValue, AVAssetTrack[], CMTime, NSError)

Caution

Use 'InsertTimeRanges' overload accepting an 'NSValue' array.

Inserts content from the specified cmTimeRanges in the specified tracks, into the current track, beginning at the specified startTime.

[System.Obsolete("Use 'InsertTimeRanges' overload accepting an 'NSValue' array.")]
public virtual bool InsertTimeRanges (Foundation.NSValue cmTimeRanges, AVFoundation.AVAssetTrack[] tracks, CoreMedia.CMTime startTime, out Foundation.NSError error);
abstract member InsertTimeRanges : Foundation.NSValue * AVFoundation.AVAssetTrack[] * CoreMedia.CMTime *  -> bool
override this.InsertTimeRanges : Foundation.NSValue * AVFoundation.AVAssetTrack[] * CoreMedia.CMTime *  -> bool

Parameters

cmTimeRanges
NSValue
tracks
AVAssetTrack[]
startTime
CMTime
error
NSError

Returns

Attributes

Applies to