BASS.NET API for the Un4seen BASS Audio Library

BASSTimer Constructor (Int32)

BASS.NET API for the Un4seen BASS Audio Library
Creates a new Timer instance using the given interval.

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

public BASSTimer(
	int interval
)

Parameters

interval
Type: SystemInt32
The interval in milliseconds at which the Tick event should be raised.
Remarks

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

Reference