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