次の方法で共有


FromAllInputFile コンストラクター

定義

オーバーロード

FromAllInputFile()

FromAllInputFile クラスの新しいインスタンスを初期化します。

FromAllInputFile(IList<TrackDescriptor>)

FromAllInputFile クラスの新しいインスタンスを初期化します。

FromAllInputFile()

FromAllInputFile クラスの新しいインスタンスを初期化します。

public FromAllInputFile ();
Public Sub New ()

適用対象

FromAllInputFile(IList<TrackDescriptor>)

FromAllInputFile クラスの新しいインスタンスを初期化します。

public FromAllInputFile (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackDescriptor> includedTracks = default);
new Microsoft.Azure.Management.Media.Models.FromAllInputFile : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.TrackDescriptor> -> Microsoft.Azure.Management.Media.Models.FromAllInputFile
Public Sub New (Optional includedTracks As IList(Of TrackDescriptor) = Nothing)

パラメーター

includedTracks
IList<TrackDescriptor>

入力内のトラックのメタデータと選択を定義する TrackDescriptors の一覧。

適用対象