AVMutableComposition_AVMutableCompositionTrackInspection.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(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[]
Parameters
- This
- AVMutableComposition
The instance on which this method operates.
- mediaCharacteristic
- AVMediaCharacteristics
Returns
Applies to
GetTracks(AVMutableComposition, AVMediaTypes)
public static AVFoundation.AVMutableCompositionTrack[] GetTracks (this AVFoundation.AVMutableComposition This, AVFoundation.AVMediaTypes mediaType);
static member GetTracks : AVFoundation.AVMutableComposition * AVFoundation.AVMediaTypes -> AVFoundation.AVMutableCompositionTrack[]
Parameters
- This
- AVMutableComposition
The instance on which this method operates.
- mediaType
- AVMediaTypes
Returns
Applies to
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[]
Parameters
- This
- AVMutableComposition
The instance on which this method operates.
- mediaType
- String
Returns
- Attributes