Stops the encoder (if started).
Namespace: Un4seen.Bass.Misc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- queue
- Type: SystemBoolean
to tell BASSenc to wait for the async queue to be processed (the function will still return immediately but the encoder won't be freed yet).
Return Value
Type: BooleanReturns , if the encoder was successfully stopped - else is returned.
Remarks
If an encoder stops running prematurely, Stop should still be called to release resources that were allocated for the encoding.
See Also