BASS_CONFIG_REC_WASAPI config option
Use WASAPI when recording?
BASS_SetConfig(
BASS_CONFIG_REC_BUFFER,
BOOL enable
);
Parameters
enable | Enable the use of WASAPI for recording?
|
Remarks
WASAPI is always used when recording from loopback devices, but this config option determines whether it or DirectSound is used when recording from other devices. WASAPI is enabled by default when available (on Windows Vista and above). Changes take effect from the next BASS_RecordInit call, and any already initialized devices are unaffected.
Platform-specific
This config option is only available on Windows.
See also
BASS_GetConfig, BASS_RecordInit, BASS_SetConfig