BASS.NET API for the Un4seen BASS Audio Library

BroadCastNotificationSuppressDataSend Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets, if the DataSend event will be raised when subscribed to the Notification event handler (default is ).

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

public bool NotificationSuppressDataSend { get; set; }

Property Value

Type: Boolean
Remarks

Note: If the Server has the UseBASS flag set to this property will have no effect. A Server with UseBASS will be unable to to report the number of bytes send to the server.
See Also

Reference