BASS_CONFIG_MF_DISABLE config option

Disable the use of Media Foundation?

BASS_SetConfig(
    BASS_CONFIG_MF_DISABLE,
    BOOL disable
);

Parameters

disableDisable Media Foundation?

Remarks

This option determines whether Media Foundation codecs can be used to decode files and streams. It is set to FALSE by default when Media Foundation codecs are available, which is on Windows 7 and above, and updated versions of Vista. It will otherwise be TRUE and read-only.

Platform-specific

This config option is only available on Windows.

See also

BASS_GetConfig, BASS_SetConfig, BASS_StreamCreateFile, BASS_StreamCreateFileUser, BASS_StreamCreateURL, BASS_CONFIG_MF_VIDEO