BASS.NET API for the Un4seen BASS Audio Library

StreamingServer Methods

BASS.NET API for the Un4seen BASS Audio Library

The StreamingServer type exposes the following members.

Methods

  NameDescription
Public methodConnect
Connects to a streaming server.
Public methodDisconnect
Disconnects from a streaming server.
Public methodDispose
Implement IDisposable.
Protected methodFinalize
Finalization code.
(Overrides ObjectFinalize.)
Protected methodStatic memberGetIPfromHost
Resolved a given host name (DNS or IP) to its possible IP addesses.
Public methodGetListeners
Returns the number of listeners currently connected.
Public methodGetStats
Returns the XML stats of the server.
Public methodLogin
Performs a login to and/or initializes the streaming server.
Public methodSendData
Sends encoded sample data (manually) to the streaming server (e.g. the data as received in an own ENCODEPROC).
Public methodUpdateTitle(String, String)
Updates the song title of the streaming server.
Public methodUpdateTitle(TAG_INFO, String)
Updates the song title of the streaming server.
Top
See Also

Reference