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.
Defines values that indicate the type of sub-channel data.
Syntax
typedef enum _IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE {
IMAPI_FORMAT2_RAW_CD_SUBCODE_PQ_ONLY = 0x1,
IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_COOKED = 0x2,
IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_RAW = 0x3
} IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE, *PIMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE;
Constants
IMAPI_FORMAT2_RAW_CD_SUBCODE_PQ_ONLYValue: 0x1 The data contains P and Q sub-channel data. |
IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_COOKEDValue: 0x2 The data contains corrected and de-interleaved R-W sub-channel data. |
IMAPI_FORMAT2_RAW_CD_SUBCODE_IS_RAWValue: 0x3 The data contains raw P-W sub-channel data that is returned in the order received from the disc surface. |
Remarks
For details on the format of the sub-channel data, see Sub-Channel Field Formats in the latest release of the MMC specification at ftp://ftp.t10.org/t10/drafts/mmc5.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | imapi2.h |