次の方法で共有


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

戻り値

属性

適用対象