WebView.isPlayingAudio

Gets the value of the #WebKitWebView:is-playing-audio property.

You can monitor when a page in a #WebKitWebView is playing audio by connecting to the notify::is-playing-audio signal of web_view. This is useful when the application wants to provide visual feedback when a page is producing sound.

class WebView
bool
isPlayingAudio
()

Return Value

Type: bool

true if a page in web_view is playing audio or false otherwise.