The amount of data to check in order to verify/detect the file format.
BASS_SetConfig( BASS_CONFIG_VERIFY, DWORD length );
length | The amount of data to check, in bytes... 1000 (min) to 1000000 (max). If the value specified is outside this range, it is automatically capped. |
For internet (and "buffered" user file) streams, the BASS_CONFIG_VERIFY_NET setting determines how much data is checked.