The IStreamingServer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Connect |
Connects to a streaming server.
| |
| Disconnect |
Disconnects to a streaming server.
| |
| GetListeners |
Returns the number of listeners currently connected.
| |
| GetStats |
Returns the XML stats of the server.
| |
| Login |
Performs a login and/or init of the streaming server.
| |
| SendData |
Sends encoded sample data (manually) to the streaming server (e.g. the data as received in an own ENCODEPROC).
| |
| UpdateTitle(String, String) |
Updates the title song and/or url of the streaming server.
| |
| UpdateTitle(TAG_INFO, String) |
Updates the song title and/or url of the streaming server.
|
See Also