BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerEventArgs 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.BassAsioBassAsioHandlerEventArgs

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

[SerializableAttribute]
public class BassAsioHandlerEventArgs : EventArgs

The BassAsioHandlerEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodBassAsioHandlerEventArgs
Initializes a new instance of the BassAsioHandlerEventArgs 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 BassAsioHandler class.
See Also

Reference