DifferentialQuantization Enumeration

Specifies the DifferentialQuantization options for a VideoProfile.

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

Syntax

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

Members

Member name Description
IBPFrames I-frames, P-frames, and B-frames will be optimized.
IFrames Only I-frames will be optimized.
IPFrames I-frames and P-frames will be optimized, but B-frames will not.
Off DifferentialQuantization perceptual optimization will not be used (default).

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