BASS.NET API for the Un4seen BASS Audio Library

BroadCastIsStarted Property

BASS.NET API for the Un4seen BASS Audio Library
Is the server started? (=started).

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

public bool IsStarted { get; }

Property Value

Type: Boolean
Remarks

This property might also return if the status is not connected in case you set AutoReconnect to true.
See Also

Reference