[Webkit-unassigned] [Bug 137219] Figure out whether a plug-in is playing audio

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 4 14:32:51 PST 2014


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

Ada Chan <adachan at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|webkit-unassigned at lists.web |adachan at apple.com
                   |kit.org                     |

--- Comment #1 from Ada Chan <adachan at apple.com> ---
We are proposing a new plugin API to accomplish this:

When a plug-in starts or stops playing audio, the plug-in will call NPN_SetValue with the

NPPVpluginIsPlayingAudio = 4000

NPPVariable. The value parameter should be TRUE if the audio started playing or FALSE if the audio stopped playing.

The browser can query whether the plug-in is playing audio by calling NPP_GetValue with the NPPVpluginIsPlayingAudio NPPVariable.

-- 
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/20141104/7465d40d/attachment-0002.html>


More information about the webkit-unassigned mailing list