AVMutableMovie_AVMutableMovieTrackLevelEditing.GetMutableTrack Method

Definition

[Foundation.Export("mutableTrackCompatibleWithTrack:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVMutableMovieTrack? GetMutableTrack(this AVFoundation.AVMutableMovie This, AVFoundation.AVAssetTrack track);
[<Foundation.Export("mutableTrackCompatibleWithTrack:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetMutableTrack : AVFoundation.AVMutableMovie * AVFoundation.AVAssetTrack -> AVFoundation.AVMutableMovieTrack

Parameters

This
AVMutableMovie

The instance on which this method operates.

track
AVAssetTrack

Returns

Attributes

Applies to