Share via


AVMutableComposition_AVMutableCompositionTrackInspection.GetTrack Method

Definition

[Foundation.Export("trackWithTrackID:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVMutableCompositionTrack? GetTrack(this AVFoundation.AVMutableComposition This, int trackID);
[<Foundation.Export("trackWithTrackID:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetTrack : AVFoundation.AVMutableComposition * int -> AVFoundation.AVMutableCompositionTrack

Parameters

This
AVMutableComposition

The instance on which this method operates.

trackID
Int32

Returns

Attributes

Applies to