次の方法で共有


AVFragmentedMovie_AVFragmentedMovieTrackInspection.GetTracks メソッド

定義

オーバーロード

GetTracks(AVFragmentedMovie, AVMediaCharacteristics)
GetTracks(AVFragmentedMovie, AVMediaTypes)
GetTracks(AVFragmentedMovie, String)

GetTracks(AVFragmentedMovie, AVMediaCharacteristics)

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

パラメーター

mediaCharacteristic
AVMediaCharacteristics

戻り値

適用対象

GetTracks(AVFragmentedMovie, AVMediaTypes)

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

パラメーター

mediaType
AVMediaTypes

戻り値

適用対象

GetTracks(AVFragmentedMovie, String)

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

パラメーター

mediaType
String

戻り値

属性

適用対象