BASS.NET API for the Un4seen BASS Audio Library

BroadCastNotification Event

BASS.NET API for the Un4seen BASS Audio Library
Event handler used to notify that the BroadCast status has changed or that a BroadCast event has occurred.

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

public event BroadCastEventHandler Notification

Value

Type: Un4seen.Bass.MiscBroadCastEventHandler
Remarks

It is a good idea to subscribe to this event handler before calling Connect or AutoConnect.

The properties NotificationSuppressDataSend and NotificationSuppressIsAlive might be used to suppress sending certain events.

The BroadCastEventArgs contains a BroadCastEventType which allows you to react to all possible scenarios and to log all these events.

Note: This implementation ensures, that the event will be executed in the main thread the subscriber executes in! So when subscribing to this event from UI thread, the specified event delegate will also be called in that UI thread.

When using a server whose UseBASS property is set to (which is the default) the 'DataSend' notification will not be raised.

See Also

Reference