Logo

IStandardMpegEncoderProfile::SaveProfile

This function saves the settings for the filter, as well as for all profiles to the specified key in the registry.

HRESULT SaveProfile(BSTR strKey);

Parameters

strKey: String value indicating the registry location.

Remarks

Call this function to save all settings to the registry. Call the LoadSettings function to load the settings again.

All the settings are stored under HKEY_CURRENT_USER, and then the specified key.

For example:

hr = pFilter->SaveSettings(“SOFTWARE\StandardMPEG\ConvertWizard”);

[[The Standard MPEG Encoder – Quality you can rely on]]