BASS.NET API for the Un4seen BASS Audio Library

BASS_TAG_CARTTimer1Value Property

BASS.NET API for the Un4seen BASS Audio Library
1st timer value in samples from head (unsigned Int32).

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

public int Timer1Value { get; set; }

Property Value

Type: Int32
Remarks

The time units shall be in sample periods at the sampling frequency of the associated audio data and shall be referenced to the first sample of the audio data.

The timer range shall be 232 or 4,294,967,295 sample periods. These periods allow timer ranges at a sampling frequency of 48 kHz, for example, to extend beyond 24 h (24:51:18). These timers may be used to activate events in the cart system.

If a timer is not used, or is not set, its timer value set to 0.

Note: This member is actually an unsigned value - but due to the CLS-compliant rule it must have been defined as a signed int.

See Also

Reference