共用方式為


AVMutableComposition_AVMutableCompositionTrackInspection.GetTracks 方法

定義

多載

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

參數

This
AVMutableComposition

這個方法運作所在的 實例。

mediaCharacteristic
AVMediaCharacteristics

傳回

適用於

GetTracks(AVMutableComposition, AVMediaTypes)

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

參數

This
AVMutableComposition

這個方法運作所在的 實例。

mediaType
AVMediaTypes

傳回

適用於

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

參數

This
AVMutableComposition

這個方法運作所在的 實例。

mediaType
String

傳回

屬性

適用於