IAudioEndpointFormatControl::ResetToDefault method (audioendpoints.h)

Resets the format to the default setting provided by the device manufacturer.

Syntax

HRESULT ResetToDefault(
  [in] DWORD ResetFlags
);

Parameters

[in] ResetFlags

Allows the application to specify which formats are reset. If no flags are set, then this method reevaluates both the endpoint's device format and mix format and sets them to their default values.

ENDPOINT_FORMAT_RESET_MIX_ONLY: Only reset the mix format. The endpoint's device format will not be reset if this flag is set.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header audioendpoints.h

See also

IAudioEndpointFormatControl