[Webkit-unassigned] [Bug 54445] Webkit API provides no volume control
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 24 10:59:44 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54445
--- Comment #1 from Eric Carlson <eric.carlson at apple.com> 2011-02-24 10:59:44 PST ---
WebView has methods to get and set a media volume multiplier. I don't know why, but in the Mac port they are in WebViewPrivate.h:
// Sets a master volume control for all media elements in the WebView. Valid values are 0..1.
- (void)setMediaVolume:(float)volume;
- (float)mediaVolume;
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list