Deinterlace.Parity Property

Definition

Gets or sets the field parity for de-interlacing, defaults to Auto. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to