ResizeQuality Enumeration

The algorithm to be used when resizing the video.

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

Syntax

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

Members

Member name Description
Bicubic Slower, but better quality particularly for larger reductions in size, such as HD to 320 x 240.
Bilinear Average speed and quality.
Lanczos Best quality for up-scaling, such as 320x240 to HD.
NearestNeighbor Lower quality, but fast.
Super Best quality for down-scaling.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Expression.Encoder Namespace