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

The BASS_CD_TOC type exposes the following members.
Constructors

  NameDescription
Public methodBASS_CD_TOC
Back to Top
Methods

  NameDescription
Public methodToString
A description of the TOC info object (number of tracks, first, last).
(Overrides OnlineObject ToString .)
Back to 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).
Back to Top
See Also