BASS.NET API for the Un4seen BASS Audio Library

ICEcastDisconnect Method

BASS.NET API for the Un4seen BASS Audio Library
Disconnects from an ICEcast server.

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

public override bool Disconnect()

Return Value

Type: Boolean
on success, else (see LastError or LastErrorMessage for details).

Implements

IStreamingServerDisconnect
Remarks

Disconnecting from the server will also STOP the underlying encoder by calling the Stop method.
See Also

Reference