次の方法で共有


InputFile クラス

定義

1 つのファイルの InputDefinition。 TrackSelections のスコープは、指定されたファイルに設定されます。

[Newtonsoft.Json.JsonObject("#Microsoft.Media.InputFile")]
public class InputFile : Microsoft.Azure.Management.Media.Models.InputDefinition
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.InputFile")>]
type InputFile = class
    inherit InputDefinition
Public Class InputFile
Inherits InputDefinition
継承
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

InputFile()

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

InputFile(IList<TrackDescriptor>, String)

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

プロパティ

Filename

この入力定義が適用されるファイルの名前を取得または設定します。

IncludedTracks

入力内のトラックのメタデータと選択を定義する TrackDescriptors の一覧を取得または設定します。

(継承元 InputDefinition)

適用対象