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

H265Layer.Level 属性

定义

获取或设置我们当前支持的级别高达 6.2。 该值可以是 Auto,也可以是与 H.265 配置文件匹配的数字。 如果未指定,则默认值为“自动”,它允许编码器选择适合此层的级别。

[Newtonsoft.Json.JsonProperty(PropertyName="level")]
public string Level { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="level")>]
member this.Level : string with get, set
Public Property Level As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于