Compartir a través de


AVMutableMovie_AVMutableMovieTrackInspection.GetTracks Método

Definición

Sobrecargas

GetTracks(AVMutableMovie, AVMediaCharacteristics)
GetTracks(AVMutableMovie, AVMediaTypes)
GetTracks(AVMutableMovie, String)

GetTracks(AVMutableMovie, AVMediaCharacteristics)

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

Parámetros

mediaCharacteristic
AVMediaCharacteristics

Devoluciones

Se aplica a

GetTracks(AVMutableMovie, AVMediaTypes)

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

Parámetros

mediaType
AVMediaTypes

Devoluciones

Se aplica a

GetTracks(AVMutableMovie, String)

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

Parámetros

mediaType
String

Devoluciones

Atributos

Se aplica a