How far back to keep record of source positions to make available for BASS_Mixer_ChannelGetPositionEx.
BASS_SetConfig(
BASS_CONFIG_MIXER_POSEX,
DWORD length
);
| length | The length of time to back, in milliseconds. |
The default setting is 2000ms. Changes only affect newly created mixers, not any that already exist.
The BASS_CONFIG_THREAD flag can be used to make the setting specific to the current thread. When that is not 0, it will override the global setting in the current thread.