BASS.NET API for the Un4seen BASS Audio Library

BASS_CD_INFO Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_CD_GetInfo(Int32, BASS_CD_INFO) to retrieve information on a drive.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.CdBASS_CD_INFO

Namespace:  Un4seen.Bass.AddOn.Cd
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[SerializableAttribute]
public sealed class BASS_CD_INFO

The BASS_CD_INFO type exposes the following members.

Constructors

  NameDescription
Public methodBASS_CD_INFO
Default constructor.
Top
Properties

  NameDescription
Public propertyDriveLetter
Gets the character letter of the drive.
Top
Methods

  NameDescription
Public methodToString
A description of the decive info object (driver name, version, number of inputs/outputs).
(Overrides ObjectToString.)
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.
Top
Remarks

The rwflags, maxspeed and cache members are unavailable when the WIO interface is used.
See Also

Reference