AVMutableComposition.AddMutableTrack(String, Int32) 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.
Adds an empty track.
[Foundation.Export("addMutableTrackWithMediaType:preferredTrackID:")]
public virtual AVFoundation.AVMutableCompositionTrack AddMutableTrack (string mediaType, int preferredTrackId);
abstract member AddMutableTrack : string * int -> AVFoundation.AVMutableCompositionTrack
override this.AddMutableTrack : string * int -> AVFoundation.AVMutableCompositionTrack
Parameters
- mediaType
- String
- preferredTrackId
- Int32
Returns
- Attributes