Deinterlace.Mode Property

Definition

Gets or sets the deinterlacing mode. Defaults to AutoPixelAdaptive. Possible values include: 'Off', 'AutoPixelAdaptive'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to