AVMutableMovie_AVMutableMovieTrackLevelEditing.GetMutableTrack 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("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