AudioRedirectionMode
Specifies how audio output is handled for the remote session.
Type
csharp
RoyalApps.Community.Rdp.WinForms.Configuration.Performance.AudioRedirectionModeUsed By
- IRdpClient
- RdpClient12
- RdpClient11
- RdpClient10
- RdpClient9
- RdpClient8
- RdpClient7
- RdpClient2
- RedirectionConfiguration
Values
RedirectToClient = 0
Redirect sounds to the client.
PlayRemote = 1
Play sounds on the remote computer.
DisableSound = 2
Disable audio redirection.
