BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerSyncType Enumeration

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

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

public enum BassWasapiHandlerSyncType
Members

  Member nameValueDescription
SourceStalled0 The Wasapi source is stalled.

data: the source stream channel which was stalled.

SourceResumed1 The Wasapi source is resumed.

data: the source stream channel which was resumed.

Remarks

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

Reference