BASS.NET API for the Un4seen BASS Audio Library

StreamingServer Constructor (IBaseEncoder, Boolean)

BASS.NET API for the Un4seen BASS Audio Library
Default constructor, creating an instance for a streaming server implementation.

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

public StreamingServer(
	IBaseEncoder encoder,
	bool useBASS
)

Parameters

encoder
Type: Un4seen.Bass.MiscIBaseEncoder
The encoder interface which should be used with this streaming server.
useBASS
Type: SystemBoolean
, if BASSenc should be used to handle all cast server handling. , if the internal implementation should be used.
Exceptions

ExceptionCondition
ArgumentNullExceptionNo encoder specified.
ArgumentExceptionThe encoder could not be found. Make sure the encoder (.exe) is present.
See Also

Reference