AVMutableMovie_AVMutableMovieTrackInspection.GetTracks 方法

定义

重载

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[]

参数

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[]

参数

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[]

参数

mediaType
String

返回

属性

适用于