BASS

BASS_CONFIG_MF_VIDEO config option


Play the audio from video files using Media Foundation?

BASS_SetConfig(
    BASS_CONFIG_MF_VIDEO,
    BOOL video
);

Parameters

videoAccept video files?

Remarks

This option is enabled by default.

Platform-specific

This config option is only available on Windows, and only has effect on Windows Vista and newer.

See also

BASS_GetConfig, BASS_SetConfig, BASS_StreamCreateFile, BASS_StreamCreateFileUser, BASS_StreamCreateURL