BASS.NET API for the Un4seen BASS Audio Library

BASSCDId Enumeration

BASS.NET API for the Un4seen BASS Audio Library
The identification to retrieve, used with BASS_CD_GetID(Int32, BASSCDId).

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

public enum BASSCDId
Members

  Member nameValueDescription
BASS_CDID_UPC1 Returns the catalog number of the CD. The number uses UPC/EAN-code (BAR coding). This might not be available for all CDs.
BASS_CDID_CDDB2 Produces a CDDB identifier. This can be used to get details on the CD's contents from a CDDB server.
BASS_CDID_CDDB23 Produces a CDDB2 identifier. This can be used to get details on the CD's contents from a CDDB2 server.
BASS_CDID_TEXT4 Retrieves the CD-TEXT information from the CD (see BASS_CD_GetID(Int32, BASSCDId) for details). CD-TEXT is not available on the majority of CDs.
BASS_CDID_CDPLAYER5 Produces an identifier that can be used to lookup CD details in the CDPLAYER.INI file, located in the Windows directory.
BASS_CDID_MUSICBRAINZ6 Produces an identifier that can be used to get details on the CD's contents from www.musicbrainz.org.
BASS_CDID_ISRC256 Use: + track#. Returns the International Standard Recording Code of the track... 0 = first track. This might not be available for all CDs.
BASS_CDID_CDDB_QUERY512 Sends a "query" command to the configured CDDB server (see BASS_CONFIG_CD_CDDB_SERVER) to get a list of matching entries for the CD's CDDB identifier. The contents of each entry can be retrieved via the BASS_CDID_CDDB_READ option.
BASS_CDID_CDDB_READ513 Use: + entry#. Sends a "read" command to the configured CDDB server (see BASS_CONFIG_CD_CDDB_SERVER) to get a database entry for the CD's CDDB identifier... 0 = first entry.
BASS_CDID_CDDB_READ_CACHE767 Returns the cached CDDB "read" command response, if there is one.
See Also

Reference