AVMutableComposition.CreateMutableTrack(AVAssetTrack) Method

Definition

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

Applies to