BASS.NET API for the Un4seen BASS Audio Library

IStreamingServerUseBASS Property

BASS.NET API for the Un4seen BASS Audio Library
Gets if native BASS should be used to connect and stream to the server.

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

bool UseBASS { get; }

Property Value

Type: Boolean
Remarks

If set to (see constructor) 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