你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于