Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KSDEGRADE_STANDARD enumeration lists different types of degradation.
Syntax
typedef enum {
KSDEGRADE_STANDARD_SAMPLE,
KSDEGRADE_STANDARD_QUALITY,
KSDEGRADE_STANDARD_COMPUTATION,
KSDEGRADE_STANDARD_SKIP
} KSDEGRADE_STANDARD;
Constants
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. |
Remarks
For more information, see Quality Management.
Requirements
| Requirement | Value |
|---|---|
| Header | ks.h (include Ks.h) |