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

The BASS_CD_TOC_TRACK type exposes the following members.
Methods

  NameDescription
Public methodToString
A description of the TOC_TRACK info object (track, adr, con, start address in lba and time).
(Overrides OnlineValueType ToString .)
Back to Top
Fields

  NameDescription
Public fieldadrcon
ADR (high 4 bits) and control (low 4 bits) fields.
Public fieldlba
The address in LBA (Logical Block Address) form.
Public fieldres1
Unused.
Public fieldres2
Unused.
Public fieldtrack
The track number... 170 = lead-out area (or index number if BASS_CD_TOC_INDEX is used).
Back to Top
Properties

  NameDescription
Public propertyADR
Gets the ADR component of the adrcon field.
Public propertyControl
Gets the control component of the adrcon field.
Public propertyframe
The address in time form (frame part).
Public propertyhour
The address in time form (hour part).
Public propertyminute
The address in time form (minute part).
Public propertysecond
The address in time form (second part).
Back to Top
See Also