BASS.NET API for the Un4seen BASS Audio Library

ICEcast Methods

BASS.NET API for the Un4seen BASS Audio Library

The ICEcast type exposes the following members.

Methods

  NameDescription
Public methodConnect
Establishes a TCP socket connection to the ICEcast server.
(Overrides StreamingServerConnect.)
Public methodDisconnect
Disconnects from an ICEcast server.
(Overrides StreamingServerDisconnect.)
Public methodDispose
Implement IDisposable.
(Inherited from StreamingServer.)
Protected methodFinalize
Finalization code.
(Inherited from StreamingServer.)
Public methodGetListeners
Returns the number of listeners currently connected.
(Overrides StreamingServerGetListeners(String).)
Public methodGetStats
Returns the XML stats of the server.
(Overrides StreamingServerGetStats(String).)
Public methodLogin
Performs a login and initializes the ICEcast server.
(Overrides StreamingServerLogin.)
Public methodSendData
Sends encoded sample data to the ICEcast server (e.g. the data as received in an own ENCODEPROC).
(Overrides StreamingServerSendData(IntPtr, Int32).)
Public methodUpdateArtistTitle
Updates the artist and title of the streaming server.
Public methodUpdateTitle(String, String)
Updates the song title of the streaming server.
(Overrides StreamingServerUpdateTitle(String, String).)
Public methodUpdateTitle(TAG_INFO, String)
Special handling for ICEcast and special encoders (Flac, Ogg, ...) who need new bitstream's.
(Overrides StreamingServerUpdateTitle(TAG_INFO, String).)
Top
See Also

Reference