你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FromAllInputFile 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个 InputDefinition,用于查找提供的所有文件,以选择由 IncludedTracks 属性指定的曲目。 通常与 AudioTrackByAttribute 和 VideoTrackByAttribute 一起使用,以允许跨一组输入文件选择单个曲目。
[Newtonsoft.Json.JsonObject("#Microsoft.Media.FromAllInputFile")]
public class FromAllInputFile : Microsoft.Azure.Management.Media.Models.InputDefinition
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.FromAllInputFile")>]
type FromAllInputFile = class
inherit InputDefinition
Public Class FromAllInputFile
Inherits InputDefinition
- 继承
- 属性
-
Newtonsoft.Json.JsonObjectAttribute
构造函数
FromAllInputFile() |
初始化 FromAllInputFile 类的新实例。 |
FromAllInputFile(IList<TrackDescriptor>) |
初始化 FromAllInputFile 类的新实例。 |
属性
IncludedTracks |
获取或设置 TrackDescriptors 的列表,该列表定义输入中轨道的元数据和选择。 (继承自 InputDefinition) |