次の方法で共有


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)

列挙型 DeinterlaceParity の != 演算子のオーバーライド

適用対象