Edytuj

Udostępnij za pośrednictwem


AVMutableCompositionTrack.InsertTimeRange Method

Definition

Inserts content, from the specified of ofTrack into the current track beginning at the specified atTime.

[Foundation.Export("insertTimeRange:ofTrack:atTime:error:")]
public virtual bool InsertTimeRange (CoreMedia.CMTimeRange timeRange, AVFoundation.AVAssetTrack ofTrack, CoreMedia.CMTime atTime, out Foundation.NSError error);
abstract member InsertTimeRange : CoreMedia.CMTimeRange * AVFoundation.AVAssetTrack * CoreMedia.CMTime *  -> bool
override this.InsertTimeRange : CoreMedia.CMTimeRange * AVFoundation.AVAssetTrack * CoreMedia.CMTime *  -> bool

Parameters

timeRange
CMTimeRange
ofTrack
AVAssetTrack
atTime
CMTime
error
NSError

Returns

Attributes

Applies to