BASS.NET API for the Un4seen BASS Audio Library

BroadCast Properties

BASS.NET API for the Un4seen BASS Audio Library

The BroadCast type exposes the following members.

Properties

  NameDescription
Public propertyAutomaticMode
Gets if the automatic mode was used (, if AutoConnect was called, else meaning Connect was used instead).
Public propertyAutoReconnect
Gets or Sets if the broadcast connection should automatically be reconnected in case of a connection or encoder error (default=).
Public propertyIsConnected
Connected to the server? (=connected).
Public propertyIsStarted
Is the server started? (=started).
Public propertyNotificationSuppressDataSend
Gets or Sets, if the DataSend event will be raised when subscribed to the Notification event handler (default is ).
Public propertyNotificationSuppressIsAlive
Gets or Sets, if the IsAlive event will be raised when subscribed to the Notification event handler and AutoReconnect is enabled (default is ).
Public propertyReconnectTimeout
Gets or Sets the reconnect timeout in seconds (default is 5sec.).
Public propertyServer
Returns the streaming server interface which is used with this instance.
Public propertyStatus
Gets the current broadcast status.
Public propertyTotalBytesSend
Returns the total number of bytes send to the server during a broadcast.
Public propertyTotalConnectionTime
Returns the total online connection time (for how long the broadcast is already running since it was connected).
Top
See Also

Reference