InputDefinition.IncludedTracks プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象