Skip to content

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.VideoPlaybackMode

Used By

Values

DecodeAndRenderOnServer = 0

Decode and render video on the server.

DecodeAndRenderOnClient = 1

Decode and render video on the client.

Back to API index

MIT Licensed