AVMutableCompositionTrack.InsertTimeRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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