The BASS_CD_INFO type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| cache |
The drive's cache size, in kilobytes (KB).
| |
| canlock |
If , BASS_CD_Door(Int32, BASSCDDoor) can be used and BASS_CD_DOOR_LOCK/UNLOCK is supported?
| |
| canopen |
If , BASS_CD_Door(Int32, BASSCDDoor) can be used and BASS_CD_DOOR_OPEN/CLOSE is supported?
| |
| cdtext |
The drive can read CD-TEXT?
| |
| letter |
The drive letter... -1=unknown, 0=A, 1=B, etc.
| |
| maxspeed |
The maximum read speed, in kilobytes per second (KB/s). Divide by 176.4 to get the real-time speed multiplier, eg. 5645 / 176.4 = "32x speed".
| |
| product |
The drive product/model name.
| |
| rev |
The revision number as a string.
| |
| rwflags |
Read/Write capability flags (any combination of BASSCDRWFlags).
| |
| vendor |
The drive manufacturer name.
|
See Also