共用方式為


AVMutableCompositionTrack.InsertTimeRange 方法

定義

從 指定的 ofTrack 插入到目前追蹤中,從指定的 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

參數

timeRange
CMTimeRange
ofTrack
AVAssetTrack
atTime
CMTime
error
NSError

傳回

屬性

適用於