Deinterlace Constructors

Definition

Overloads

Deinterlace()

Initializes a new instance of the Deinterlace class.

Deinterlace(Nullable<DeinterlaceParity>, Nullable<DeinterlaceMode>)

Initializes a new instance of the Deinterlace class.

Deinterlace()

Initializes a new instance of the Deinterlace class.

public Deinterlace ();
Public Sub New ()

Applies to

Deinterlace(Nullable<DeinterlaceParity>, Nullable<DeinterlaceMode>)

Initializes a new instance of the Deinterlace class.

public Deinterlace (Microsoft.Azure.Management.Media.Models.DeinterlaceParity? parity = default, Microsoft.Azure.Management.Media.Models.DeinterlaceMode? mode = default);
new Microsoft.Azure.Management.Media.Models.Deinterlace : Nullable<Microsoft.Azure.Management.Media.Models.DeinterlaceParity> * Nullable<Microsoft.Azure.Management.Media.Models.DeinterlaceMode> -> Microsoft.Azure.Management.Media.Models.Deinterlace
Public Sub New (Optional parity As Nullable(Of DeinterlaceParity) = Nothing, Optional mode As Nullable(Of DeinterlaceMode) = Nothing)

Parameters

parity
Nullable<DeinterlaceParity>

The field parity for de-interlacing, defaults to Auto. Possible values include: 'Auto', 'TopFieldFirst', 'BottomFieldFirst'

mode
Nullable<DeinterlaceMode>

The deinterlacing mode. Defaults to AutoPixelAdaptive. Possible values include: 'Off', 'AutoPixelAdaptive'

Applies to