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

JobInputAsset 类

定义

表示要输入作业的资产。

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

构造函数

JobInputAsset()

初始化 JobInputAsset 类的新实例。

JobInputAsset(String, IList<String>, ClipTime, ClipTime, String, IList<InputDefinition>)

初始化 JobInputAsset 类的新实例。

属性

AssetName

获取或设置输入资产的名称。

End

获取或设置定义处理将结束的输入媒体时间线上的点。 默认为输入媒体的末尾。

(继承自 JobInputClip)
Files

获取或设置文件列表。 JobInputHttp 是必需的。 每个最多 4000 个字符。 不会在服务响应中返回查询字符串,以防止敏感数据泄露。

(继承自 JobInputClip)
InputDefinitions

获取或设置定义 InputDefinitions 的列表。 对于每个 InputDefinition,它定义曲目选择和相关元数据的列表。

(继承自 JobInputClip)
Label

获取或设置分配给 JobInputClip 的标签,该标签用于满足转换中使用的引用。 例如,可以创作转换,以便获取标签为“xyz”的图像文件,并在编码之前将其作为覆盖层应用于输入视频。 提交作业时,恰好其中一个 JobInputs 应该是图像文件,并且它应具有标签“xyz”。

(继承自 JobInputClip)
Start

获取或设置定义将开始处理的输入媒体时间线上的点。 默认为输入媒体的开头。

(继承自 JobInputClip)

方法

Validate()

验证 对象。

适用于