VideoResizeMode Enumeration

Specifies how the video should be resized to fit the output size.

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

Syntax

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

Members

Member name Description
Letterbox Stretch the video to fill the output frame while preserving the aspect ratio of the source, letterboxing or pillarboxing as appropriate.
Stretch Stretch the video to fill the output frame.

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