AVMutableComposition_AVMutableCompositionTrackInspection.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(AVMutableComposition, AVMediaCharacteristics) | |
GetTracks(AVMutableComposition, AVMediaTypes) | |
GetTracks(AVMutableComposition, String) |
GetTracks(AVMutableComposition, AVMediaCharacteristics)
public static AVFoundation.AVMutableCompositionTrack[] GetTracks (this AVFoundation.AVMutableComposition This, AVFoundation.AVMediaCharacteristics mediaCharacteristic);
static member GetTracks : AVFoundation.AVMutableComposition * AVFoundation.AVMediaCharacteristics -> AVFoundation.AVMutableCompositionTrack[]
Parameter
- This
- AVMutableComposition
Die Instanz, auf der diese Methode ausgeführt wird.
- mediaCharacteristic
- AVMediaCharacteristics
Gibt zurück
Gilt für:
GetTracks(AVMutableComposition, AVMediaTypes)
public static AVFoundation.AVMutableCompositionTrack[] GetTracks (this AVFoundation.AVMutableComposition This, AVFoundation.AVMediaTypes mediaType);
static member GetTracks : AVFoundation.AVMutableComposition * AVFoundation.AVMediaTypes -> AVFoundation.AVMutableCompositionTrack[]
Parameter
- This
- AVMutableComposition
Die Instanz, auf der diese Methode ausgeführt wird.
- mediaType
- AVMediaTypes
Gibt zurück
Gilt für:
GetTracks(AVMutableComposition, String)
[Foundation.Export("tracksWithMediaType:")]
public static AVFoundation.AVMutableCompositionTrack[] GetTracks (this AVFoundation.AVMutableComposition This, string mediaType);
static member GetTracks : AVFoundation.AVMutableComposition * string -> AVFoundation.AVMutableCompositionTrack[]
Parameter
- This
- AVMutableComposition
Die Instanz, auf der diese Methode ausgeführt wird.
- mediaType
- String
Gibt zurück
- Attribute