5#ifndef MOBROWSER_CAPTURE_SOURCE_HPP
6#define MOBROWSER_CAPTURE_SOURCE_HPP
10#include "mobrowser/ui/bitmap.hpp"
17enum class CaptureSourceType {
The source for a content capture session.
Definition capture_source.hpp:39
Bitmap thumbnail
The bitmap that contains the image of the capture source.
Definition capture_source.hpp:44
std::string name
The name of the capture source.
Definition capture_source.hpp:49
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