AVFragmentedAsset_AVFragmentedAssetTrackInspection.GetTracks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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[]
Parameters
- This
- AVFragmentedAsset
- mediaCharacteristic
- AVMediaCharacteristics
Returns
Applies to
GetTracks(AVFragmentedAsset, AVMediaTypes)
public static AVFoundation.AVFragmentedAssetTrack[] GetTracks (this AVFoundation.AVFragmentedAsset This, AVFoundation.AVMediaTypes mediaType);
static member GetTracks : AVFoundation.AVFragmentedAsset * AVFoundation.AVMediaTypes -> AVFoundation.AVFragmentedAssetTrack[]
Parameters
- This
- AVFragmentedAsset
- mediaType
- AVMediaTypes
Returns
Applies to
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[]
Parameters
- This
- AVFragmentedAsset
- mediaType
- String
Returns
- Attributes