IAudioEndpointFormatControl interface
Used for resetting the current audio endpoint device format.
Members
The IAudioEndpointFormatControl interface inherits from the IUnknown interface. IAudioEndpointFormatControl also has these types of members:
Methods
The IAudioEndpointFormatControl interface has these methods.
| Method | Description |
|---|---|
| ResetToDefault |
Resets the format to the default setting provided by the device manufacturer. |
Remarks
This setting is exposed to the user through the "Sounds" control panel and can be read from the endpoint property store using PKEY_AudioEngine_DeviceFormat.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also