次の方法で共有


AVMutableComposition_AVMutableCompositionTrackInspection.GetTracks メソッド

定義

オーバーロード

GetTracks(AVMutableComposition, AVMediaCharacteristics)
GetTracks(AVMutableComposition, AVMediaTypes)
GetTracks(AVMutableComposition, String)

GetTracks(AVMutableComposition, AVMediaCharacteristics)

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

パラメーター

This
AVMutableComposition

このメソッドが動作するインスタンス。

mediaCharacteristic
AVMediaCharacteristics

戻り値

適用対象

GetTracks(AVMutableComposition, AVMediaTypes)

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

パラメーター

This
AVMutableComposition

このメソッドが動作するインスタンス。

mediaType
AVMediaTypes

戻り値

適用対象

GetTracks(AVMutableComposition, String)

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

パラメーター

This
AVMutableComposition

このメソッドが動作するインスタンス。

mediaType
String

戻り値

属性

適用対象