BASS.NET API for the Un4seen BASS Audio Library

BASS_CD_TOC Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_CD_GetTOC(Int32, BASSCDTOCMode, BASS_CD_TOC_INTERNAL) to retrieve the TOC from a CD.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.CdBASS_CD_TOC

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

[SerializableAttribute]
public sealed class BASS_CD_TOC

The BASS_CD_TOC type exposes the following members.

Constructors

  NameDescription
Public methodBASS_CD_TOC
Top
Methods

  NameDescription
Public methodToString
A description of the TOC info object (number of tracks, first, last).
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldfirst
The first track number (or index number if BASS_CD_TOC_INDEX is used).
Public fieldlast
The last track number (or index number if BASS_CD_TOC_INDEX is used).
Public fieldtracks
The list of tracks retrieved (see BASS_CD_TOC_TRACK, up to 100 tracks).
Top
Remarks

If BASS_CD_TOC_INDEX was used in the BASS_CD_GetTOC(Int32, BASSCDTOCMode, BASS_CD_TOC_INTERNAL) call, first and last will be index numbers rather than track numbers.
See Also

Reference