BASS.NET API for the Un4seen BASS Audio Library

BASS_CD_TOC_TRACKhour Property

BASS.NET API for the Un4seen BASS Audio Library
The address in time form (hour part).

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

public byte hour { get; }

Property Value

Type: Byte
Remarks

Only to be used, if the BASS_CD_TOC_TIME flag was used in the BASS_CD_GetTOC(Int32, BASSCDTOCMode, BASS_CD_TOC_INTERNAL) call.

The hours field is always 0, and the minutes field will be above 60 instead if necessary.

See Also

Reference