5#ifndef MOBROWSER_MEDIA_EVENTS_HPP
6#define MOBROWSER_MEDIA_EVENTS_HPP
10#include "mobrowser/base/event.hpp"
Events allow you to be notified when something happens in MōBrowser.
Definition event.hpp:25
The MediaEvents::onAudioStartedPlaying event arguments.
Definition media_events.hpp:19
std::shared_ptr< Media > media
The media instance initiated this event.
Definition media_events.hpp:23
The MediaEvents::onAudioStoppedPlaying event arguments.
Definition media_events.hpp:29
std::shared_ptr< Media > media
The media instance initiated this event.
Definition media_events.hpp:33