AVMutableMovie_AVMutableMovieTrackInspection.GetTracks 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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[]
參數
- This
- AVMutableMovie
- mediaCharacteristic
- AVMediaCharacteristics
傳回
適用於
GetTracks(AVMutableMovie, AVMediaTypes)
public static AVFoundation.AVMutableMovieTrack[] GetTracks (this AVFoundation.AVMutableMovie This, AVFoundation.AVMediaTypes mediaType);
static member GetTracks : AVFoundation.AVMutableMovie * AVFoundation.AVMediaTypes -> AVFoundation.AVMutableMovieTrack[]
參數
- This
- AVMutableMovie
- mediaType
- AVMediaTypes
傳回
適用於
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[]
參數
- This
- AVMutableMovie
- mediaType
- String
傳回
- 屬性