Share via


Sensitivity Enumeration

Defines sensitivities for the sample dropping logic.

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

Syntax

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

Members

Member name Description
Aggressive Drops samples according to 1/2 the size of the encoding buffer window.
Conservative Drops samples according to 3/2 the size of the encoding buffer window.
None Never drop any samples. Specifying this setting is not recommended, as the internal encoding buffer can quickly grow unmanageable.
Normal Drops samples according to the size of the encoding buffer window. This is the default sensitivity.

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