The SHOUTcast type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Connect |
Establishes a TCP socket connection to the SHOUTcast server.
(Overrides StreamingServerConnect.) | |
| Disconnect |
Disconnects from a SHOUTcast server.
(Overrides StreamingServerDisconnect.) | |
| Dispose |
Implement IDisposable.
(Inherited from StreamingServer.) | |
| Finalize |
Finalization code.
(Inherited from StreamingServer.) | |
| GetListeners |
Returns the number of listeners currently connected.
(Overrides StreamingServerGetListeners(String).) | |
| GetStats |
Returns the XML stats of the server.
(Overrides StreamingServerGetStats(String).) | |
| Login |
Performs a login and initializes the SHOUTcast server.
(Overrides StreamingServerLogin.) | |
| SendData |
Sends encoded sample data to the SHOUTcast server (e.g. the data as received in an own ENCODEPROC).
(Overrides StreamingServerSendData(IntPtr, Int32).) | |
| UpdateStationArtwork |
Updates the station logo picture of the streaming server.
| |
| UpdateTitle(String, String) |
Updates the song title of the streaming server.
(Overrides StreamingServerUpdateTitle(String, String).) | |
| UpdateTitle(TAG_INFO, String) |
Updates the song title of the streaming server.
(Overrides StreamingServerUpdateTitle(TAG_INFO, String).) |
See Also