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

DeinterlaceParity 结构

定义

定义 DeinterlaceParity 的值。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.DeinterlaceParityConverter))]
public struct DeinterlaceParity : IEquatable<Microsoft.Azure.Management.Media.Models.DeinterlaceParity>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.DeinterlaceParityConverter))>]
type DeinterlaceParity = struct
Public Structure DeinterlaceParity
Implements IEquatable(Of DeinterlaceParity)
继承
DeinterlaceParity
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

Auto

自动检测字段的顺序

BottomFieldFirst

应用底部字段第一个处理输入视频。

TopFieldFirst

应用顶部字段第一处理输入视频。

方法

Equals(DeinterlaceParity)

比较 DeinterlaceParity 类型的枚举

Equals(Object)

重写 DeinterlaceParity 的 Equals 运算符

GetHashCode()

为 hashCode DeinterlaceParity 返回

ToString()

返回 DeinterlaceParity 的字符串表示形式

运算符

Equality(DeinterlaceParity, DeinterlaceParity)

枚举 DeinterlaceParity 的重写 == 运算符

Implicit(DeinterlaceParity to String)

用于将 DeinterlaceParity 转换为字符串的隐式运算符

Implicit(String to DeinterlaceParity)

用于将字符串转换为 DeinterlaceParity 的隐式运算符

Inequality(DeinterlaceParity, DeinterlaceParity)

重写 enum DeinterlaceParity 的 != 运算符

适用于