BASS.NET API for the Un4seen BASS Audio Library

BASSCDTOCMode Enumeration

BASS.NET API for the Un4seen BASS Audio Library
The mode to use with BASS_CD_GetTOC(Int32, BASSCDTOCMode, BASS_CD_TOC_INTERNAL).

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

public enum BASSCDTOCMode
Members

  Member nameValueDescription
BASS_CD_TOC_LBA0 Get the track start address in LBA form.
BASS_CD_TOC_TIME256 Get the track start address in time form (hour, minute, second, frame).
BASS_CD_TOC_INDEX512 + track#, Get the position of indexes (instead of tracks)

When this option is used, the 'first' and 'last' members of the BASS_CD_TOC structure are index numbers, and the 'track' member of the BASS_CD_TOC_TRACK structure is also an index number and the "lba" or "hmsf" member (depending on whether BASS_CD_TOC_TIME is used) is an offset from the start of the track

See Also

Reference