BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerEventArgs Class

BASS.NET API for the Un4seen BASS Audio Library
EventArgs class to be passed as the second parameter of a Notification event handler.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    Un4seen.BassWasapiBassWasapiHandlerEventArgs

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

[SerializableAttribute]
public class BassWasapiHandlerEventArgs : EventArgs

The BassWasapiHandlerEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodBassWasapiHandlerEventArgs
Initializes a new instance of the BassWasapiHandlerEventArgs class by initializing all of its properties.
Top
Properties

  NameDescription
Public propertyData
Gets the data which was passed along with the event.
Public propertySyncType
Gets the type of sync which occurred.
Top
Remarks

This class provides all the information relevant to an event which might occur to a BassWasapiHandler class.
See Also

Reference