Freigeben über


AVMutableMovie_AVMutableMovieTrackInspection.GetTracks Methode

Definition

Überlädt

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[]

Parameter

mediaCharacteristic
AVMediaCharacteristics

Gibt zurück

Gilt für:

GetTracks(AVMutableMovie, AVMediaTypes)

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

Parameter

mediaType
AVMediaTypes

Gibt zurück

Gilt für:

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[]

Parameter

mediaType
String

Gibt zurück

Attribute

Gilt für: