AVMutableMovie_AVMutableMovieTrackLevelEditing.AddMutableTrack 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.
[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
- options
- NSDictionary<NSString,NSObject>
Returns
- Attributes