AVFragmentedMovie_AVFragmentedMovieTrackInspection.GetTracks Method

Definition

Overloads

GetTracks(AVFragmentedMovie, AVMediaCharacteristics)
GetTracks(AVFragmentedMovie, AVMediaTypes)
GetTracks(AVFragmentedMovie, String)

GetTracks(AVFragmentedMovie, AVMediaCharacteristics)

public static AVFoundation.AVFragmentedMovieTrack[] GetTracks (this AVFoundation.AVFragmentedMovie This, AVFoundation.AVMediaCharacteristics mediaCharacteristic);
static member GetTracks : AVFoundation.AVFragmentedMovie * AVFoundation.AVMediaCharacteristics -> AVFoundation.AVFragmentedMovieTrack[]

Parameters

mediaCharacteristic
AVMediaCharacteristics

Returns

Applies to

GetTracks(AVFragmentedMovie, AVMediaTypes)

public static AVFoundation.AVFragmentedMovieTrack[] GetTracks (this AVFoundation.AVFragmentedMovie This, AVFoundation.AVMediaTypes mediaType);
static member GetTracks : AVFoundation.AVFragmentedMovie * AVFoundation.AVMediaTypes -> AVFoundation.AVFragmentedMovieTrack[]

Parameters

mediaType
AVMediaTypes

Returns

Applies to

GetTracks(AVFragmentedMovie, String)

[Foundation.Export("tracksWithMediaType:")]
public static AVFoundation.AVFragmentedMovieTrack[] GetTracks (this AVFoundation.AVFragmentedMovie This, string mediaType);
static member GetTracks : AVFoundation.AVFragmentedMovie * string -> AVFoundation.AVFragmentedMovieTrack[]

Parameters

mediaType
String

Returns

Attributes

Applies to