你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
H265VideoProfile 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 H265VideoProfile 的值。
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.H265VideoProfileConverter))]
public struct H265VideoProfile : IEquatable<Microsoft.Azure.Management.Media.Models.H265VideoProfile>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.H265VideoProfileConverter))>]
type H265VideoProfile = struct
Public Structure H265VideoProfile
Implements IEquatable(Of H265VideoProfile)
- 继承
-
H265VideoProfile
- 属性
-
Newtonsoft.Json.JsonConverterAttribute
- 实现
字段
Auto |
告知编码器自动确定适当的 H.265 配置文件。 |
Main |
主配置文件 (https://x265.readthedocs.io/en/default/cli.html?highlight=profile#profile-level-tier) |
Main10 |
主 10 配置文件 (https://en.wikipedia.org/wiki/High_Efficiency_Video_Coding#Main_10) |
方法
Equals(H265VideoProfile) |
比较 H265VideoProfile 类型的枚举 |
Equals(Object) |
替代 H265VideoProfile 的 Equals 运算符 |
GetHashCode() |
为 hashCode H265VideoProfile 返回 |
ToString() |
返回 H265VideoProfile 的字符串表示形式 |
运算符
Equality(H265VideoProfile, H265VideoProfile) |
为 enum H265VideoProfile 重写 == 运算符 |
Implicit(H265VideoProfile to String) |
用于将 H265VideoProfile 转换为字符串的隐式运算符 |
Implicit(String to H265VideoProfile) |
用于将字符串转换为 H265VideoProfile 的隐式运算符 |
Inequality(H265VideoProfile, H265VideoProfile) |
替代 enum H265VideoProfile 的 != 运算符 |