Mute audio
#4142
-
I have multiple videos playing from cefsharp browser at winforms and I need to mute some of them at some point. Didn't find out how I can do this, now I am here to ask, would be appreciated a lot, if someone can help with it. |
Beta Was this translation helpful? Give feedback.
Answered by
amaitland
Jun 15, 2022
Replies: 1 comment
-
Should look something like the following // add using CefSharp;
chromiumWebBrowser.GetBrowserHost().SetAudioMuted(true); http://cefsharp.github.io/api/101.0.x/html/M_CefSharp_IBrowserHost_SetAudioMuted.htm |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eskurisu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should look something like the following
http://cefsharp.github.io/api/101.0.x/html/M_CefSharp_IBrowserHost_SetAudioMuted.htm