BASS_CONFIG_VERIFY_NET config option
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 );
Parameters
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. |
Remarks
Of the file formats supported as standard, this setting only affects the detection of MP3/MP2/MP1 formats, but it may also be used by add-ons (see the documentation). The verification length excludes any tags that may be found at the start of the file. The default setting is 0, which means 25% of the BASS_CONFIG_VERIFY setting.As well as internet streams, this config setting also applies to "buffered" user file streams created with BASS_StreamCreateFileUser.