次の方法で共有


JobInputClip.InputDefinitions プロパティ

定義

InputDefinitions の一覧を取得または設定します。 InputDefinition ごとに、トラックの選択と関連するメタデータの一覧が定義されます。

[Newtonsoft.Json.JsonProperty(PropertyName="inputDefinitions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.InputDefinition> InputDefinitions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inputDefinitions")>]
member this.InputDefinitions : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.InputDefinition> with get, set
Public Property InputDefinitions As IList(Of InputDefinition)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象