Enum AsioNotify
BassAsio notify values as used in the AsioNotifyProcedure.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Asio.dll
Syntax
public enum AsioNotify : int
Rate
The device's sample rate has changed. The new rate is available from Rate.
Reset
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.