BASS.NET API for the Un4seen BASS Audio Library

StreamingServer Constructor (IBaseEncoder)

BASS.NET API for the Un4seen BASS Audio Library
Default constructor, creating an instance for a streaming server implementation (using BASSenc as the default processor).

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

public StreamingServer(
	IBaseEncoder encoder
)

Parameters

encoder
Type: Un4seen.Bass.MiscIBaseEncoder
The encoder interface which should be used with this streaming server.
Exceptions

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

This overload will set the UseBASS property to .
See Also

Reference