次の方法で共有


InputFile コンストラクター

定義

オーバーロード

InputFile()

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

InputFile(IList<TrackDescriptor>, String)

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

InputFile()

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

public InputFile ();
Public Sub New ()

適用対象

InputFile(IList<TrackDescriptor>, String)

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

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

パラメーター

includedTracks
IList<TrackDescriptor>

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

filename
String

この入力定義が適用されるファイルの名前。

適用対象