次の方法で共有


AVMovie_AVMovieTrackInspection.GetTracks メソッド

定義

オーバーロード

GetTracks(AVMovie, AVMediaCharacteristics)
GetTracks(AVMovie, AVMediaTypes)
GetTracks(AVMovie, String)

GetTracks(AVMovie, AVMediaCharacteristics)

public static AVFoundation.AVMovieTrack[] GetTracks (this AVFoundation.AVMovie This, AVFoundation.AVMediaCharacteristics mediaCharacteristic);
static member GetTracks : AVFoundation.AVMovie * AVFoundation.AVMediaCharacteristics -> AVFoundation.AVMovieTrack[]

パラメーター

This
AVMovie
mediaCharacteristic
AVMediaCharacteristics

戻り値

適用対象

GetTracks(AVMovie, AVMediaTypes)

public static AVFoundation.AVMovieTrack[] GetTracks (this AVFoundation.AVMovie This, AVFoundation.AVMediaTypes mediaType);
static member GetTracks : AVFoundation.AVMovie * AVFoundation.AVMediaTypes -> AVFoundation.AVMovieTrack[]

パラメーター

This
AVMovie
mediaType
AVMediaTypes

戻り値

適用対象

GetTracks(AVMovie, String)

[Foundation.Export("tracksWithMediaType:")]
public static AVFoundation.AVMovieTrack[] GetTracks (this AVFoundation.AVMovie This, string mediaType);
static member GetTracks : AVFoundation.AVMovie * string -> AVFoundation.AVMovieTrack[]

パラメーター

This
AVMovie
mediaType
String

戻り値

属性

適用対象