AVMutableMovie_AVMutableMovieTrackLevelEditing.AddMutableTrack Method

Definition

[Foundation.Export("addMutableTrackWithMediaType:copySettingsFromTrack:options:")]
public static AVFoundation.AVMutableMovieTrack AddMutableTrack (this AVFoundation.AVMutableMovie This, string mediaType, AVFoundation.AVAssetTrack track, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options);
static member AddMutableTrack : AVFoundation.AVMutableMovie * string * AVFoundation.AVAssetTrack * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> AVFoundation.AVMutableMovieTrack

Parameters

mediaType
String
track
AVAssetTrack

Returns

Attributes

Applies to