BASS.NET API for the Un4seen BASS Audio Library

StreamingServerSTREAMINGERROR Enumeration

BASS.NET API for the Un4seen BASS Audio Library
List of all possible streaming errors.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum STREAMINGERROR
Members

  Member nameValueDescription
Ok0 All OK.
Error_ResolvingServerAddress100 The server address could not be resolved (DNS error).
Error_CreatingConnection101 A TCP socket connection to the server could not be established (TCP error).
Error_SendingData102 The data could not be send to the server (TCP error).

The server will automatically be disconnected.

Error_EncoderError103 The encoder could not be started or is inactive.
Error_Login104 Access was denied (check username and password).
Error_Disconnect105 An error occurred during a disconnect (disconnect failed, still connected).
Error_NotConnected106 A connection to the server was not established.
Warning_LessDataSend201 Not all data could not be send to the server (less data send).

The server will automatically be disconnected.

Unknown-1 An unknown error occurred.
See Also

Reference