The BroadCast type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AutoConnect | ||
| Connect | ||
| Disconnect |
Disconnects from the broadcast server calling Disconnect (also stops the encoder using Stop).
| |
| GetListeners |
Returns the number of listeners currently connected.
| |
| GetStats |
Returns the XML stats of the server.
| |
| SendData |
Sends encoded sample data manually to the broadcast server (e.g. the data as received in an own ENCODEPROC).
| |
| StartEncoder |
Starts the underlying encoder (see Encoder).
| |
| StopEncoder |
Stops the Encoder | |
| UpdateTitle(String, String) |
Updates the title of the playing song on a broadcast server.
| |
| UpdateTitle(TAG_INFO, String) |
Updates the title of the playing song on a broadcast server.
|
See Also