AVMovie_AVMovieTrackInspection.GetTracks Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetTracks(AVMovie, AVMediaCharacteristics) | |
GetTracks(AVMovie, AVMediaTypes) | |
GetTracks(AVMovie, String) |
GetTracks(AVMovie, AVMediaCharacteristics)
public static AVFoundation.AVMovieTrack[] GetTracks (this AVFoundation.AVMovie This, AVFoundation.AVMediaCharacteristics mediaCharacteristic);
static member GetTracks : AVFoundation.AVMovie * AVFoundation.AVMediaCharacteristics -> AVFoundation.AVMovieTrack[]
Parameter
- This
- AVMovie
- mediaCharacteristic
- AVMediaCharacteristics
Gibt zurück
Gilt für:
GetTracks(AVMovie, AVMediaTypes)
public static AVFoundation.AVMovieTrack[] GetTracks (this AVFoundation.AVMovie This, AVFoundation.AVMediaTypes mediaType);
static member GetTracks : AVFoundation.AVMovie * AVFoundation.AVMediaTypes -> AVFoundation.AVMovieTrack[]
Parameter
- This
- AVMovie
- mediaType
- AVMediaTypes
Gibt zurück
Gilt für:
GetTracks(AVMovie, String)
[Foundation.Export("tracksWithMediaType:")]
public static AVFoundation.AVMovieTrack[] GetTracks (this AVFoundation.AVMovie This, string mediaType);
static member GetTracks : AVFoundation.AVMovie * string -> AVFoundation.AVMovieTrack[]
Parameter
- This
- AVMovie
- mediaType
- String
Gibt zurück
- Attribute