SimpleVC1VideoProfile.MotionMatchMethod Property

Gets or sets the motion match method. SAD provides the best performance. Hadamard provides the best quality. Macroblock adaptive configures the codec to make decisions about which method to use on each macroblock.

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

Syntax

'Declaration
Public Property MotionMatchMethod As MotionMatchMethod
'Usage
Dim instance As SimpleVC1VideoProfile
Dim value As MotionMatchMethod

value = instance.MotionMatchMethod

instance.MotionMatchMethod = value
public MotionMatchMethod MotionMatchMethod { get; set; }
public:
property MotionMatchMethod MotionMatchMethod {
    MotionMatchMethod get ();
    void set (MotionMatchMethod value);
}

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

SimpleVC1VideoProfile Class
SimpleVC1VideoProfile Members
Microsoft.Expression.Encoder.Profiles Namespace