BASS.NET API for the Un4seen BASS Audio Library

StreamingServerUseBASS Property

BASS.NET API for the Un4seen BASS Audio Library
Gets if native BASSenc should be used to connect and stream to the server (as specified in the constructor).

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

public bool UseBASS { get; }

Property Value

Type: Boolean

Implements

IStreamingServerUseBASS
Remarks

If set to native BASSenc will handle all TCP socket and cast communication. This should be the more secure and preferred option, however in this mode it is not possible to use the SendData(IntPtr, Int32) method manually!

If set to an internal .Net TCP socket connection will be used and manual feed of encoded sample data via SendData(IntPtr, Int32) is possible.

See Also

Reference