IMsRdpClientAdvancedSettings7::AudioQualityMode property
Specifies or retrieves a value that indicates the audio quality mode setting for redirected audio. By default this is set to 0.
This property is read/write.
Syntax
HRESULT put_AudioQualityMode(
[in] UINT audioQualityMode
);
HRESULT get_AudioQualityMode(
[out, retval] UINT *pAudioQualityMode
);
Property value
A value that specifies the audio quality mode.
The possible values are:
0
Dynamic audio quality. This is the default audio quality setting. The server dynamically adjusts audio output quality in response to network conditions and the client and server capabilities.
1
Medium audio quality. The server uses a fixed but compressed format for audio output.
2
High audio quality. The server provides audio output in uncompressed PCM format with lower processing overhead for latency.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Type library |
|
DLL |
|
IID |
IID_IMsRdpClientAdvancedSettings7 is defined as 26036036-4010-4578-8091-0db9a1edf9c3 |