Represents one track of a CD's TOC (see BASS_CD_TOC).
Namespace: Un4seen.Bass.AddOn.Cd
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
The BASS_CD_TOC_TRACK type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ADR |
Gets the ADR component of the adrcon field.
| |
| Control |
Gets the control component of the adrcon field.
| |
| frame |
The address in time form (frame part).
| |
| hour |
The address in time form (hour part).
| |
| minute |
The address in time form (minute part).
| |
| second |
The address in time form (second part).
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
A description of the TOC_TRACK info object (track, adr, con, start address in lba and time).
(Overrides ValueTypeToString.) |
Fields
| Name | Description | |
|---|---|---|
| adrcon |
ADR (high 4 bits) and control (low 4 bits) fields.
| |
| lba |
The address in LBA (Logical Block Address) form.
| |
| res1 |
Unused.
| |
| res2 |
Unused.
| |
| track |
The track number... 170 = lead-out area (or index number if BASS_CD_TOC_INDEX is used).
|
See Also