AVMutableMovie_AVMutableMovieMovieLevelEditing.InsertTimeRange 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Foundation.Export("insertTimeRange:ofAsset:atTime:copySampleData:error:")]
public static bool InsertTimeRange (this AVFoundation.AVMutableMovie This, CoreMedia.CMTimeRange timeRange, AVFoundation.AVAsset asset, CoreMedia.CMTime startTime, bool copySampleData, out Foundation.NSError outError);
static member InsertTimeRange : AVFoundation.AVMutableMovie * CoreMedia.CMTimeRange * AVFoundation.AVAsset * CoreMedia.CMTime * bool * -> bool
参数
- This
- AVMutableMovie
- timeRange
- CMTimeRange
- asset
- AVAsset
- startTime
- CMTime
- copySampleData
- Boolean
- outError
- NSError
返回
- 属性