#include <WebCamSource.h>
|
template<class Archive> |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ WebCamSourceProps()
WebCamSourceProps::WebCamSourceProps |
( |
int | _cameraId = -1, |
|
|
uint32_t | _width = 640, |
|
|
uint32_t | _height = 480, |
|
|
int | _fps = 30 ) |
|
inline |
◆ getSerializeSize()
size_t WebCamSourceProps::getSerializeSize |
( |
| ) |
|
|
inlinevirtual |
◆ serialize()
template<class Archive>
void WebCamSourceProps::serialize |
( |
Archive & | ar, |
|
|
const unsigned int | version ) |
|
inlineprivate |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cameraId
int WebCamSourceProps::cameraId = -1 |
◆ fps
int WebCamSourceProps::fps = 30 |
◆ height
uint32_t WebCamSourceProps::height = 480 |
◆ width
uint32_t WebCamSourceProps::width = 640 |
The documentation for this class was generated from the following file: