AVMutableComposition.Insert(CMTimeRange, AVAsset, CMTime, NSError) 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 the specified time range of the sourceAsset
into the receiver and logs any errors in error
.
[Foundation.Export("insertTimeRange:ofAsset:atTime:error:")]
public virtual bool Insert (CoreMedia.CMTimeRange insertTimeRange, AVFoundation.AVAsset sourceAsset, CoreMedia.CMTime atTime, out Foundation.NSError error);
abstract member Insert : CoreMedia.CMTimeRange * AVFoundation.AVAsset * CoreMedia.CMTime * -> bool
override this.Insert : CoreMedia.CMTimeRange * AVFoundation.AVAsset * CoreMedia.CMTime * -> bool
Parameters
- insertTimeRange
- CMTimeRange
- sourceAsset
- AVAsset
- atTime
- CMTime
- error
- NSError
Returns
- Attributes