Show / Hide Table of Contents

Enum CDID

The identification to retrieve, used with GetID(Int32, CDID).

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Cd.dll
Syntax
public enum CDID : int

CDDB

Produces a CDDB identifier. This can be used to get details on the CD's contents from a CDDB server.

CDDB2

Produces a CDDB2 identifier. This can be used to get details on the CD's contents from a CDDB2 server.

CDPlayer

Produces an identifier that can be used to lookup CD details in the CDPLAYER.INI file, located in the Windows directory.

ISRC

Use: + track#. Returns the International Standard Recording Code of the track... 0 = first track. This might not be available for all CDs.

MusicBrainz

Produces an identifier that can be used to get details on the CD's contents from www.musicbrainz.org.

Query

Sends a "query" command to the configured CDDB server (see CDDBServer) to get a list of matching entries for the CD's CDDB identifier. The contents of each entry can be retrieved via the Read option.

Read

Use: + entry#. Sends a "read" command to the configured CDDB server (see CDDBServer) to get a database entry for the CD's CDDB identifier... 0 = first entry.

ReadCache

Returns the cached CDDB "read" command response, if there is one.

Text

Retrieves the CD-TEXT information from the CD. CD-TEXT is not available on the majority of CDs.

UPC

Returns the catalog number of the CD. The number uses UPC/EAN-code (BAR coding). This might not be available for all CDs.

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx