// 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 referenceNo description available.
The KSDEGRADE_STANDARD enumeration lists different types of degradation.
KSDEGRADE_STANDARD_SAMPLESpecifies sample degradation.
KSDEGRADE_STANDARD_QUALITYSpecifies quality degradation.
KSDEGRADE_STANDARD_COMPUTATIONSpecifies computation degradation.
KSDEGRADE_STANDARD_SKIPRequests to skip ahead a specified delta in the data stream.
For more information, see Quality Management.