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