IMsRdpClientAdvancedSettings7::VideoPlaybackMode property

Specifies or retrieves a value that indicates the video playback mode.

This property is read/write.

Syntax

HRESULT put_VideoPlaybackMode(
  [in]          UINT videoPlaybackMode
);

HRESULT get_VideoPlaybackMode(
  [out, retval] UINT *pVideoPlaybackMode
);

Property value

A value that specifies the video playback mode.

The possible values are:

1

The default video playback mode. When the video playback mode is set to this value, video redirection is controlled by the AudioRedirectionMode property. When the AudioRedirectionMode property is set to AUDIO_MODE_REDIRECT, video is decoded and rendered on the client.

0

Video playback redirection is disabled, even when AudioRedirectionMode is set to AUDIO_MODE_REDIRECT. In this mode, video is decoded and rendered on the RD Session Host server.

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