BASS.NET API for the Un4seen BASS Audio Library

BASSASIONotify Enumeration

BASS.NET API for the Un4seen BASS Audio Library
BassAsio notify values as used in the ASIONOTIFYPROC.

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

public enum BASSASIONotify
Members

  Member nameValueDescription
BASS_ASIO_NOTIFY_RATE1 The device's sample rate has changed. The new rate is available from BASS_ASIO_GetRate.
BASS_ASIO_NOTIFY_RESET2 The driver has requested a reset/reinitialization; for example, following a change of the default buffer size. This request can be ignored, but if a reinitialization is performed, it should not be done within the callback.
See Also

Reference