IAudioDeviceEndpoint::GetRTCaps method (audioengineendpoint.h)

The GetRTCaps method queries whether the audio device is real-time (RT)-capable. This method is not used in Remote Desktop Services implementations of IAudioDeviceEndpoint.

Syntax

HRESULT GetRTCaps(
  [out] BOOL *pbIsRTCapable
);

Parameters

[out] pbIsRTCapable

Receives TRUE if the audio device is RT-capable, or FALSE otherwise. Remote Desktop Services implementations should always return FALSE.

Return value

If the method succeeds, it returns S_OK.

Remarks

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

IAudioDeviceEndpoint