Enum VideoRendererEVRDeinterlaceMode
EVR deinterlace mode.
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public enum VideoRendererEVRDeinterlaceMode
Fields
Name | Description |
---|---|
AllowDropToBob | If the EVR is falling behind, allow it to use bob deinterlacing, even if the driver supports a higher-quality deinterlacing mode. |
AllowDropToHalfInterlace | If the EVR is falling behind, allow it to skip the second field (in temporal order) of every interlaced frame. |
Auto | Auto / Best. |
ForceBob | Force the EVR to use bob deinterlacing, even if the driver supports a higher-quality mode. |
ForceHalfInterlace | Force the EVR to skip the second field (in temporal order) of every interlaced frame. |