|
Molybden
|
A class that contains all media events. More...
#include <media_events.hpp>
Public Attributes | |
| Event< AudioStartedPlaying > | onAudioStartedPlaying |
| Invoked when audio has been started playing on the web page. | |
| Event< AudioStoppedPlaying > | onAudioStoppedPlaying |
| Invoked when audio has been stopped playing on the web page. | |
A class that contains all media events.
| Event<AudioStartedPlaying> molybden::MediaEvents::onAudioStartedPlaying |
Invoked when audio has been started playing on the web page.
Use the following approach to subscribe to receiving the event:
| Event<AudioStoppedPlaying> molybden::MediaEvents::onAudioStoppedPlaying |
Invoked when audio has been stopped playing on the web page.
Use the following approach to subscribe to receiving the event: