KSDEGRADE_STANDARD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

typedef enum {
  KSDEGRADE_STANDARD_SAMPLE,
  KSDEGRADE_STANDARD_QUALITY,
  KSDEGRADE_STANDARD_COMPUTATION,
  KSDEGRADE_STANDARD_SKIP
} KSDEGRADE_STANDARD;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ks-ksdegrade_standard)

KSDEGRADE_STANDARD enumeration

Description

The KSDEGRADE_STANDARD enumeration lists different types of degradation.

Constants

KSDEGRADE_STANDARD_SAMPLE

Specifies sample degradation.

KSDEGRADE_STANDARD_QUALITY

Specifies quality degradation.

KSDEGRADE_STANDARD_COMPUTATION

Specifies computation degradation.

KSDEGRADE_STANDARD_SKIP

Requests to skip ahead a specified delta in the data stream.

Remarks

For more information, see Quality Management.

See also

KSDEGRADE