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