BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderStop Method

BASS.NET API for the Un4seen BASS Audio Library
This method must implement the actual stop of the encoder. After the encoder was stopped successfully the EncoderHandle must return 0 (zero).

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

bool Stop()

Return Value

Type: Boolean
Should return , if the encoder was successfully stopped - else must be returned and an EncoderHandle must stay as before.
Remarks

An imlementation of this method should internally call BASS_Encode_Stop(Int32) accordingly using the EncoderHandle. After the encoder was stopped successfully the EncoderHandle must return 0 (zero). If the encoder was not stopped and is still active or simply paused EncoderHandle must return a valid HENCODE (non-zero).
See Also

Reference