VideoPlaybackMode
Specifies the video playback mode, including whether video decoding and rendering are redirected to the client.
Type
csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Performance.VideoPlaybackModeUsed By
Values
DecodeAndRenderOnServer = 0
Decode and render video on the server.
DecodeAndRenderOnClient = 1
Decode and render video on the client.
