The time to wait to send data to a cast server.
BASS_SetConfig(
BASS_CONFIG_ENCODE_CAST_TIMEOUT,
DWORD timeout
);
| timeout | The time to wait, in milliseconds. |
The default timeout is 5000 milliseconds. Changes take effect from the next BASS_Encode_CastInit call.