BASS.NET API for the Un4seen BASS Audio LibraryBASSTimer MembersBASS.NET API for the Un4seen BASS Audio Library

The BASSTimer type exposes the following members.
Constructors

  NameDescription
Public methodBASSTimer 
Creates a new Timer instance using a default interval of 50ms.
Public methodBASSTimer(Int32)
Creates a new Timer instance using the given interval.
Back to Top
Methods

  NameDescription
Public methodDispose
Implement IDisposable.
Protected methodFinalize
Finalization code.
(Overrides OnlineObject Finalize .)
Public methodStart
Activates (starts) the Timer.
Public methodStop
Deativates (stops) the Timer.
Back to Top
Properties

  NameDescription
Public propertyEnabled
Gets or Sets if the Timer is currently active.
Public propertyInterval
Gets or Sets the number of milliseconds between two Tick events.
Back to Top
Events

  NameDescription
Public eventTick
Event handler used to notify that the timer has elapsed.
Back to Top
See Also