BASS.NET API for the Un4seen BASS Audio Library

BASS_CD_TOC_TRACKControl Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the control component of the adrcon field.

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

public BASSCDTOCFlags Control { get; }

Property Value

Type: BASSCDTOCFlags
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.
See Also

Reference