The time to wait for a command-line encoder to finish before terminating it.
BASS_SetConfig(
BASS_CONFIG_ENCODE_TERMINATE,
DWORD timeout
);
| timeout | The timeout in milliseconds. |
The default timeout is 5000 milliseconds. Changes take effect from the next BASS_Encode_Stop or BASS_Encode_StopEx call (or auto-freeing due to BASS_ENCODE_AUTOFREE flag). The setting can be overridden on individual encoders with BASS_Encode_StopEx.