The ICEcast type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AdminPassword |
ICEcast server admin password (the "admin-password" which should be used for certain actions).
| |
| AdminUsername |
ICEcast server admin user name (the "admin-user" which should be used for certain actions).
| |
| Encoder |
Returns the encoder interface which is used with this instance.
(Inherited from StreamingServer.) | |
| ForceUTF8TitleUpdates |
Gets or Sets if title updates (via UpdateTitle(String, String)) should in any case use UTF-8 (default is ).
(Inherited from StreamingServer.) | |
| IsConnected |
Returns , if connected and logged into the ICEcast server - else .
(Overrides StreamingServerIsConnected.) | |
| LastError |
Gets or Sets the last streaming error.
(Inherited from StreamingServer.) | |
| LastErrorMessage |
Gets or Sets the last streaming error message.
(Inherited from StreamingServer.) | |
| LocalNetworkCardIPAddress |
Gets or Sets a local IP address to use for cast server connections (=any, default):
(Inherited from StreamingServer.) | |
| SongTitle |
The current/last song title.
(Inherited from StreamingServer.) | |
| SongUrl |
The current/last song url.
(Inherited from StreamingServer.) | |
| UseBASS |
Gets if native BASSenc should be used to connect and stream to the server (as specified in the constructor).
(Inherited from StreamingServer.) |
See Also