BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerEventArgs Constructor

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

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

public BassAsioHandlerEventArgs(
	BassAsioHandlerSyncType syncType,
	int data
)

Parameters

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

Reference