5#ifndef MOLYBDEN_CAPTURE_SESSION_EVENTS_HPP
6#define MOLYBDEN_CAPTURE_SESSION_EVENTS_HPP
10#include "molybden/base/event.hpp"
A class that contains all capture session events.
Definition capture_session_events.hpp:29
Event< CaptureSessionStopped > onCaptureSessionStopped
Invoked when content capture session was initiated.
Definition capture_session_events.hpp:40
Events allow you to be notified when something happens in Molybden.
Definition event.hpp:25
The CaptureSessionEvents::onCaptureSessionStopped event arguments.
Definition capture_session_events.hpp:19
std::shared_ptr< CaptureSession > session
The CaptureSession instance that has been stopped.
Definition capture_session_events.hpp:23