The BroadCast type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutomaticMode |
Gets if the automatic mode was used (, if AutoConnect was called, else meaning Connect was used instead).
| |
| AutoReconnect |
Gets or Sets if the broadcast connection should automatically be reconnected in case of a connection or encoder error (default=).
| |
| IsConnected |
Connected to the server? (=connected).
| |
| IsStarted |
Is the server started? (=started).
| |
| NotificationSuppressDataSend |
Gets or Sets, if the DataSend event will be raised when subscribed to the Notification event handler (default is ).
| |
| NotificationSuppressIsAlive |
Gets or Sets, if the IsAlive event will be raised when subscribed to the Notification event handler and AutoReconnect is enabled (default is ).
| |
| ReconnectTimeout |
Gets or Sets the reconnect timeout in seconds (default is 5sec.).
| |
| Server |
Returns the streaming server interface which is used with this instance.
| |
| Status |
Gets the current broadcast status.
| |
| TotalBytesSend |
Returns the total number of bytes send to the server during a broadcast.
| |
| TotalConnectionTime |
Returns the total online connection time (for how long the broadcast is already running since it was connected).
|
See Also