The StreamingServer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Connect |
Connects to a streaming server.
| |
| Disconnect |
Disconnects from a streaming server.
| |
| Dispose |
Implement IDisposable.
| |
| Finalize |
Finalization code.
(Overrides ObjectFinalize.) | |
| GetIPfromHost |
Resolved a given host name (DNS or IP) to its possible IP addesses.
| |
| GetListeners |
Returns the number of listeners currently connected.
| |
| GetStats |
Returns the XML stats of the server.
| |
| Login |
Performs a login to and/or initializes 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 song title of the streaming server.
| |
| UpdateTitle(TAG_INFO, String) |
Updates the song title of the streaming server.
|
See Also