BASS.NET API for the Un4seen BASS Audio Library

BASSTimerInterval Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the number of milliseconds between two Tick events.

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

public int Interval { get; set; }

Property Value

Type: Int32
Remarks

To get the interval in seconds you need to divide this number by 1000.

The Tick event will only be raised, if the Timer is active (see Start).

Specify 0 (zero) or a nagative value to inactivate the periodic signalling of the Tick event - however in this case the Timer remain activated.

See Also

Reference