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
返回
- 属性