Bug 1167690 - Add NPAPI:AudioControl enums to npapi.h. r=josh

This commit is contained in:
Benoit Girard 2015-05-22 14:32:14 -04:00
parent 9e478221dd
commit 0eb4004edd

View File

@ -351,6 +351,8 @@ typedef enum {
/* In the NPDrawingModelCoreAnimation drawing model, the browser asks the plug-in for a Core Animation layer. */
, NPPVpluginCoreAnimationLayer = 1003
#endif
/* Notification that the plugin just started or stopped playing audio */
, NPPVpluginIsPlayingAudio = 4000
} NPPVariable;
@ -409,6 +411,7 @@ typedef enum {
, NPNVsupportsCocoaBool = 3001 /* TRUE if the browser supports the Cocoa event model */
, NPNVsupportsUpdatedCocoaTextInputBool = 3002 /* TRUE if the browser supports the updated
Cocoa text input specification. */
, NPNVmuteAudioBool = 4000 /* Request that the browser wants to mute or unmute the plugin */
, NPNVsupportsCompositingCoreAnimationPluginsBool = 74656 /* TRUE if the browser supports
CA model compositing */
#endif