Skip to content

AudioRedirectionMode

Specifies how audio output is handled for the remote session.

Type

csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Performance.AudioRedirectionMode

Used By

Values

RedirectToClient = 0

Redirect sounds to the client.

PlayRemote = 1

Play sounds on the remote computer.

DisableSound = 2

Disable audio redirection.

Back to API index

MIT Licensed