Molybden API
Loading...
Searching...
No Matches
molybden::CaptureSessionEvents Class Reference

A class that contains all capture session events. More...

#include <capture_session_events.hpp>

Inheritance diagram for molybden::CaptureSessionEvents:
molybden::CaptureSession

Public Attributes

Event< CaptureSessionStoppedonCaptureSessionStopped
 Invoked when content capture session was initiated.
 

Detailed Description

A class that contains all capture session events.

Member Data Documentation

◆ onCaptureSessionStopped

Event<CaptureSessionStopped> molybden::CaptureSessionEvents::onCaptureSessionStopped

Invoked when content capture session was initiated.

Use the following approach to subscribe to receiving the event:

session->onCaptureSessionStopped += [](const CaptureSessionStopped& event) {};
The CaptureSessionEvents::onCaptureSessionStopped event arguments.
Definition capture_session_events.hpp:19

The documentation for this class was generated from the following file: