MotionVectorCost Enumeration

Used to specify the method used by the codec to estimate the amount of processing required for motion vector coding. The codec uses the cost to determine which features will be used in encoding.

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

Syntax

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

Members

Member name Description
Dynamic This option varies the motion vector cost between macroblocks to achieve optimal visual quality.
Static This option uses the same motion vector cost estimate for all macroblocks.

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.Profiles Namespace