AVMutableMovie_AVMutableMovieTrackLevelEditing.AddMutableTrack Method

Definition

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

Parameters

This
AVMutableMovie

The instance on which this method operates.

mediaType
String
track
AVAssetTrack

Returns

Attributes

Applies to