|
| interface WAVEFORMATEX **virtual HRESULT STDMETHODCALLTYPE | GetDeviceFormat (PCWSTR, INT, WAVEFORMATEX **) |
| | Get the device format for an endpoint.
|
| |
| virtual HRESULT STDMETHODCALLTYPE | GetProcessingPeriod (PCWSTR, INT, PINT64, PINT64) |
| | Get the processing period for an endpoint.
|
| |
| virtual HRESULT STDMETHODCALLTYPE | GetPropertyValue (PCWSTR, const PROPERTYKEY &, PROPVARIANT *) |
| | Get a property value for an endpoint.
|
| |
| virtual HRESULT STDMETHODCALLTYPE | GetShareMode (PCWSTR, struct DeviceShareMode *) |
| | Get the share mode for an endpoint.
|
| |
| virtual HRESULT STDMETHODCALLTYPE | ResetDeviceFormat (PCWSTR) |
| | Reset the device format for an endpoint.
|
| |
| virtual HRESULT STDMETHODCALLTYPE | SetDefaultEndpoint (PCWSTR wszDeviceId, ERole eRole) |
| | Set the default endpoint for a role.
|
| |
| virtual HRESULT STDMETHODCALLTYPE | SetDeviceFormat (PCWSTR, WAVEFORMATEX *, WAVEFORMATEX *) |
| | Set the device format for an endpoint.
|
| |
| virtual HRESULT STDMETHODCALLTYPE | SetEndpointVisibility (PCWSTR, INT) |
| | Set endpoint visibility.
|
| |
| virtual HRESULT STDMETHODCALLTYPE | SetProcessingPeriod (PCWSTR, PINT64) |
| | Set the processing period for an endpoint.
|
| |
| virtual HRESULT STDMETHODCALLTYPE | SetPropertyValue (PCWSTR, const PROPERTYKEY &, PROPVARIANT *) |
| | Set a property value for an endpoint.
|
| |
| virtual HRESULT STDMETHODCALLTYPE | SetShareMode (PCWSTR, struct DeviceShareMode *) |
| | Set the share mode for an endpoint.
|
| |
Undocumented COM-interface IPolicyConfig.
Use for setting default audio render endpoint.
- Author
- EreTIk
- See also
- https://kitere.github.io/