IMsRdpClientAdvancedSettings7::AudioCaptureRedirectionMode property

Specifies or retrieves a Boolean value that indicates whether the default audio input device is redirected from the client to the remote session.

This property is read/write.

Syntax

HRESULT put_AudioCaptureRedirectionMode(
  [in]          VARIANT_BOOL fRedir
);

HRESULT get_AudioCaptureRedirectionMode(
  [out, retval] VARIANT_BOOL *pfRedir
);

Property value

A VARIANT_BOOL value that specifies whether audio capture is redirected. Specify VARIANT_TRUE if you want audio capture to be redirected.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings7 is defined as 26036036-4010-4578-8091-0db9a1edf9c3

See also

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings7