Share via


DeinterlaceMode Enumeration

Specifies whether the source should be deinterlaced and if so how it should be deinterlaced.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder.Types (in microsoft.expression.encoder.types.dll)

Syntax

'Declaration
Public Enumeration DeinterlaceMode
'Usage
Dim instance As DeinterlaceMode
public enum DeinterlaceMode
public enum class DeinterlaceMode
public enum DeinterlaceMode
public enum DeinterlaceMode

Members

Member name Description
AutoBob If the source is deinterlaced, apply a line-doubling deinterlacing algorithm.
AutoPixelAdaptive If the source is deinterlaced, apply an advanced per-pixel adaptive deinterlacing algorithm if present, autodetecting top or bottom field first.
ForceBob Apply a line-doubling deinterlacing algorithm.
ForcePixelAdaptiveBottomFieldFirst Apply an advanced per-pixel adaptive deinterlacing algorithm starting with the bottom field first.
ForcePixelAdaptiveTopFieldFirst Apply an advanced per-pixel adaptive deinterlacing algorithm starting with the top field first.
InverseTelecine Removes the 3:2 pull-down sequence from the source.
Off Turn off deinterlacing.

See Also

Reference

Microsoft.Expression.Encoder Namespace