The amount of data to check in order to verify/detect the file format of internet streams.
BASS_SetConfig( BASS_CONFIG_VERIFY_NET, DWORD length );
length | The amount of data to check, in bytes... 1000 (min) to 1000000 (max), or 0 = 25% of the BASS_CONFIG_VERIFY setting (with a minimum of 1000 bytes). If the value specified is outside this range, it is automatically capped. |
As well as internet streams, this config setting also applies to "buffered" user file streams created with BASS_StreamCreateFileUser.