BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerEventArgs Constructor

BASS.NET API for the Un4seen BASS Audio Library
Initializes a new instance of the BassWasapiHandlerEventArgs class by initializing all of its properties.

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

public BassWasapiHandlerEventArgs(
	BassWasapiHandlerSyncType syncType,
	int data
)

Parameters

syncType
Type: Un4seen.BassWasapiBassWasapiHandlerSyncType
The type of event which occurred (see BassWasapiHandlerSyncType).
data
Type: SystemInt32
Some data which should be passed along with the notification event.
See Also

Reference