次の方法で共有


Deinterlace.Parity プロパティ

定義

インターレース解除のフィールド パリティを取得または設定します。既定値は Auto です。使用可能な値には、'Auto'、'TopFieldFirst'、'BottomFieldFirst' が含まれます。

[Newtonsoft.Json.JsonProperty(PropertyName="parity")]
public Microsoft.Azure.Management.Media.Models.DeinterlaceParity? Parity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="parity")>]
member this.Parity : Nullable<Microsoft.Azure.Management.Media.Models.DeinterlaceParity> with get, set
Public Property Parity As Nullable(Of DeinterlaceParity)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象