Freigeben über


AVMutableComposition_AVMutableCompositionTrackInspection.GetTracks Methode

Definition

Ü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

Gilt für: