AVMutableMovie_AVMutableMovieTrackInspection.GetTracks Method

Definition

Overloads

GetTracks(AVMutableMovie, AVMediaCharacteristics)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVMutableMovieTrack[] GetTracks(this AVFoundation.AVMutableMovie This, AVFoundation.AVMediaCharacteristics mediaCharacteristic);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetTracks : AVFoundation.AVMutableMovie * AVFoundation.AVMediaCharacteristics -> AVFoundation.AVMutableMovieTrack[]

Parameters

This
AVMutableMovie

The instance on which this method operates.

mediaCharacteristic
AVMediaCharacteristics

Returns

Attributes

Applies to

GetTracks(AVMutableMovie, AVMediaTypes)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVMutableMovieTrack[] GetTracks(this AVFoundation.AVMutableMovie This, AVFoundation.AVMediaTypes mediaType);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetTracks : AVFoundation.AVMutableMovie * AVFoundation.AVMediaTypes -> AVFoundation.AVMutableMovieTrack[]

Parameters

This
AVMutableMovie

The instance on which this method operates.

mediaType
AVMediaTypes

Returns

Attributes

Applies to

GetTracks(AVMutableMovie, String)

[Foundation.Export("tracksWithMediaType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVMutableMovieTrack[] GetTracks(this AVFoundation.AVMutableMovie This, string mediaType);
[<Foundation.Export("tracksWithMediaType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetTracks : AVFoundation.AVMutableMovie * string -> AVFoundation.AVMutableMovieTrack[]

Parameters

This
AVMutableMovie

The instance on which this method operates.

mediaType
String

Returns

Attributes

Applies to