BASS.NET API for the Un4seen BASS Audio Library

BASS_CD_TOC_TRACK Structure

BASS.NET API for the Un4seen BASS Audio Library
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.5
Syntax

[SerializableAttribute]
public struct BASS_CD_TOC_TRACK

The BASS_CD_TOC_TRACK type exposes the following members.

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).
Top
Methods

  NameDescription
Public methodToString
A description of the TOC_TRACK info object (track, adr, con, start address in lba and time).
(Overrides ValueTypeToString.)
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).
Top
See Also

Reference