你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Layer 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Layer() |
初始化 Layer 类的新实例。 |
Layer(String, String, String) |
初始化 Layer 类的新实例。 |
Layer()
初始化 Layer 类的新实例。
public Layer ();
Public Sub New ()
适用于
Layer(String, String, String)
初始化 Layer 类的新实例。
public Layer (string width = default, string height = default, string label = default);
new Microsoft.Azure.Management.Media.Models.Layer : string * string * string -> Microsoft.Azure.Management.Media.Models.Layer
Public Sub New (Optional width As String = Nothing, Optional height As String = Nothing, Optional label As String = Nothing)
参数
- width
- String
此层的输出视频的宽度。 该值可以是绝对 ((以像素) 为单位),也可以是相对 (百分比) 。 例如,50% 表示输出视频的像素宽度是输入的一半。
- height
- String
此层的输出视频的高度。 该值可以是绝对 ((以像素) 为单位),也可以是相对 (百分比) 。 例如,50% 表示输出视频的高度是输入像素的一半。
- label
- String
此层的字母数字标签,可用于多路复用不同的视频和音频层,或命名输出文件。