AVMutableComposition.Insert(CMTimeRange, AVAsset, CMTime, NSError) Method

Definition

Inserts the specified time range of the sourceAsset into the receiver and logs any errors in error.

[Foundation.Export("insertTimeRange:ofAsset:atTime:error:")]
public virtual bool Insert (CoreMedia.CMTimeRange insertTimeRange, AVFoundation.AVAsset sourceAsset, CoreMedia.CMTime atTime, out Foundation.NSError error);
abstract member Insert : CoreMedia.CMTimeRange * AVFoundation.AVAsset * CoreMedia.CMTime *  -> bool
override this.Insert : CoreMedia.CMTimeRange * AVFoundation.AVAsset * CoreMedia.CMTime *  -> bool

Parameters

insertTimeRange
CMTimeRange
sourceAsset
AVAsset
atTime
CMTime
error
NSError

Returns

Attributes

Applies to