BASS.NET API for the Un4seen BASS Audio LibraryBASS_CD_INFO MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_CD_INFO type exposes the following members.
Constructors

  NameDescription
Public methodBASS_CD_INFO
Default constructor.
Back to Top
Methods

  NameDescription
Public methodToString
A description of the decive info object (driver name, version, number of inputs/outputs).
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldcache
The drive's cache size, in kilobytes (KB).
Public fieldcanlock
If  , BASS_CD_Door(Int32, BASSCDDoor) can be used and BASS_CD_DOOR_LOCK/UNLOCK is supported?
Public fieldcanopen
If  , BASS_CD_Door(Int32, BASSCDDoor) can be used and BASS_CD_DOOR_OPEN/CLOSE is supported?
Public fieldcdtext
The drive can read CD-TEXT?
Public fieldletter
The drive letter... -1=unknown, 0=A, 1=B, etc.
Public fieldmaxspeed
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".
Public fieldproduct
The drive product/model name.
Public fieldrev
The revision number as a string.
Public fieldrwflags
Read/Write capability flags (any combination of BASSCDRWFlags).
Public fieldvendor
The drive manufacturer name.
Back to Top
Properties

  NameDescription
Public propertyDriveLetter
Gets the character letter of the drive.
Back to Top
See Also