5#ifndef MOLYBDEN_MEDIA_EVENTS_HPP
6#define MOLYBDEN_MEDIA_EVENTS_HPP
10#include "molybden/base/event.hpp"
Events allow you to be notified when something happens in Molybden.
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