BASS.NET API for the Un4seen BASS Audio LibraryStreamingServer MembersBASS.NET API for the Un4seen BASS Audio Library

The StreamingServer type exposes the following members.
Constructors

  NameDescription
Public methodStreamingServer(IBaseEncoder)
Default constructor, creating an instance for a streaming server implementation (using BASSenc as the default processor).
Public methodStreamingServer(IBaseEncoder, Boolean)
Default constructor, creating an instance for a streaming server implementation.
Back to Top
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 OnlineObject Finalize .)
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.
Back to Top
Properties

  NameDescription
Public propertyEncoder
Returns the encoder interface which is used with this instance.
Public propertyForceUTF8TitleUpdates
Gets or Sets if title updates (via UpdateTitle(String, String)) should in any case use UTF-8 (default is  ).
Public propertyIsConnected
Returns  , if connected to a boadcast server - else  .
Public propertyLastError
Gets or Sets the last streaming error.
Public propertyLastErrorMessage
Gets or Sets the last streaming error message.
Public propertySongTitle
The current/last song title.
Public propertySongUrl
The current/last song url.
Public propertyUseBASS
Gets if native BASSenc should be used to connect and stream to the server (as specified in the constructor).
Back to Top
See Also