BASS.NET API for the Un4seen BASS Audio Library

BASSTimer Constructor

BASS.NET API for the Un4seen BASS Audio Library
Creates a new Timer instance using a default interval of 50ms.

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

public BASSTimer()
Remarks

The timer will not be activated automatically. Call Start to activate the timer.
See Also

Reference