BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerSyncType Enumeration

BASS.NET API for the Un4seen BASS Audio Library
Types of event that has occurred with the BassAsioHandler class.

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

public enum BassAsioHandlerSyncType
Members

  Member nameValueDescription
SourceStalled0 The Asio source is stalled.

data: the source stream channel which was stalled.

SourceResumed1 The Asio source is resumed.

data: the source stream channel which was resumed.

BufferUnderrun2 A buffer underrun happened.

data: the source stream channel on which the underrun occurred.

A buffer underrun might happen, if the BASS_ChannelGetData call on the source stream channel (OutputChannel) returns less data as requested.

Remarks

A variable of this type is passed inside the BassAsioHandlerEventArgs object for the Notification event.
See Also

Reference