AVMutableCompositionTrack.InsertTimeRanges 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.
Overloads
InsertTimeRanges(NSValue[], AVAssetTrack[], CMTime, NSError) |
Inserts content from the specified |
InsertTimeRanges(NSValue, AVAssetTrack[], CMTime, NSError) |
Obsolete.
Inserts content from the specified |
InsertTimeRanges(NSValue[], AVAssetTrack[], CMTime, NSError)
Inserts content from the specified cmTimeRanges
in the specified tracks
, into the current track, beginning at the specified startTime
[Foundation.Export("insertTimeRanges:ofTracks:atTime:error:")]
public virtual bool InsertTimeRanges (Foundation.NSValue[] cmTimeRanges, AVFoundation.AVAssetTrack[] tracks, CoreMedia.CMTime startTime, out Foundation.NSError error);
abstract member InsertTimeRanges : Foundation.NSValue[] * AVFoundation.AVAssetTrack[] * CoreMedia.CMTime * -> bool
override this.InsertTimeRanges : Foundation.NSValue[] * AVFoundation.AVAssetTrack[] * CoreMedia.CMTime * -> bool
Parameters
- cmTimeRanges
- NSValue[]
- tracks
- AVAssetTrack[]
- startTime
- CMTime
- error
- NSError
Returns
- Attributes
Applies to
InsertTimeRanges(NSValue, AVAssetTrack[], CMTime, NSError)
Caution
Use 'InsertTimeRanges' overload accepting an 'NSValue' array.
Inserts content from the specified cmTimeRanges
in the specified tracks
, into the current track, beginning at the specified startTime
.
[System.Obsolete("Use 'InsertTimeRanges' overload accepting an 'NSValue' array.")]
public virtual bool InsertTimeRanges (Foundation.NSValue cmTimeRanges, AVFoundation.AVAssetTrack[] tracks, CoreMedia.CMTime startTime, out Foundation.NSError error);
abstract member InsertTimeRanges : Foundation.NSValue * AVFoundation.AVAssetTrack[] * CoreMedia.CMTime * -> bool
override this.InsertTimeRanges : Foundation.NSValue * AVFoundation.AVAssetTrack[] * CoreMedia.CMTime * -> bool
Parameters
- cmTimeRanges
- NSValue
- tracks
- AVAssetTrack[]
- startTime
- CMTime
- error
- NSError
Returns
- Attributes