Webbrowser disable all audio output - from online radio to youtube

后端 未结 2 1766
野趣味
野趣味 2020-12-17 18:48

My webbrowser:

XAML:

//...
xmlns:my=\"clr-namespace:System.Windows.Forms.Integration;assembly=WindowsFormsIntegration\"
//...


        
2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-17 19:43

    You can try as well to use DISPID_AMBIENT_DLCONTROL

    DLCTL_DLIMAGES, DLCTL_VIDEOS, and DLCTL_BGSOUNDS: Images, videos, and background sounds will be downloaded from the server and displayed or played if these flags are set. They will not be downloaded and displayed if the flags are not set.

提交回复
热议问题