[Webkit-unassigned] [Bug 176119] [GTK][WPE] API for WebView audio mute support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 13 05:54:54 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=176119

--- Comment #40 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Jan-Michael Brummer from comment #38)
> Do you want me to remove the changes in WebPage.cpp and just set the
> property in the webkit_web_view_set_audio_muted (assuming that the initial
> value is FALSE)?

The initial value is FALSE.

MediaProducer::MutedStateFlags m_mutedState { WebCore::MediaProducer::NoneMuted }

The initial value sent to the web process will be that one unless the app calls setMuted() before the web process is spawned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200513/143bc239/attachment.htm>


More information about the webkit-unassigned mailing list