IAudioEndpointControl::Reset method (audioengineendpoint.h)

The Reset method resets the endpoint stream.

Syntax

HRESULT Reset();

Return value

If the method succeeds, it returns S_OK.

Remarks

Reset discards all data that has not been processed yet. The implementation of this method may differ depending on the type of device that the endpoint represents.

This method must not be called from a real-time processing thread.

The Remote Desktop Services AudioEndpoint API is for use in Remote Desktop scenarios; it is not for client applications.

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header audioengineendpoint.h

See also

IAudioEndpointControl