BASS.NET API for the Un4seen BASS Audio Library

BASS_CD_TOC_TRACKadrcon Field

BASS.NET API for the Un4seen BASS Audio Library
ADR (high 4 bits) and control (low 4 bits) fields.

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

public byte adrcon

Field Value

Type: Byte
Remarks

The control field indicates the attributes of the track, and may include the following (see BASSCDTOCFlags):
AttributeDescription
BASS_CD_TOC_CON_COPYDigital copy permitted.
BASS_CD_TOC_CON_DATAData track.
BASS_CD_TOC_CON_PREPre-emphasis of 50/15 µs.

You might use the ADR and Control properties to get the respective fields directly.

See Also

Reference