5#ifndef MOLYBDEN_CAPTURE_SOURCE_HPP
6#define MOLYBDEN_CAPTURE_SOURCE_HPP
10#include "molybden/ui/bitmap.hpp"
17enum class CaptureSourceType {
The source for a content capture session.
Definition capture_source.hpp:39
std::string name
The name of the capture source.
Definition capture_source.hpp:49
Bitmap thumbnail
The bitmap that contains the image of the capture source.
Definition capture_source.hpp:44
CaptureSourceType type
The type of this capture source.
Definition capture_source.hpp:54
uint32_t id
The unique identifier of this capture source.
Definition capture_source.hpp:59
A binary image in the BGRA format.
Definition bitmap.hpp:17