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_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.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |