AVMutableComposition.CreateMutableTrack(AVAssetTrack) 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.
Creates a new AVMutableComposition for which all time ranges in referenceTrack
are valid for insertion.
[Foundation.Export("mutableTrackCompatibleWithTrack:")]
public virtual AVFoundation.AVMutableCompositionTrack CreateMutableTrack (AVFoundation.AVAssetTrack referenceTrack);
abstract member CreateMutableTrack : AVFoundation.AVAssetTrack -> AVFoundation.AVMutableCompositionTrack
override this.CreateMutableTrack : AVFoundation.AVAssetTrack -> AVFoundation.AVMutableCompositionTrack
Parameters
- referenceTrack
- AVAssetTrack
Returns
- Attributes