#include <rawdata_video_source_helper_interface.h>
Public Member Functions | |
VideoSourceCapability () | |
VideoSourceCapability (unsigned int w, unsigned int h, unsigned int f) | |
VideoSourceCapability & | operator= (const VideoSourceCapability &ins) |
VideoSourceCapability (const VideoSourceCapability &ins) | |
void | Reset () |
Data Fields | |
unsigned int | width |
unsigned int | height |
unsigned int | frame |
Definition at line 23 of file rawdata_video_source_helper_interface.h.
|
inline |
Definition at line 29 of file rawdata_video_source_helper_interface.h.
References Reset().
|
inline |
Definition at line 34 of file rawdata_video_source_helper_interface.h.
|
inline |
Definition at line 49 of file rawdata_video_source_helper_interface.h.
|
inline |
|
inline |
Definition at line 54 of file rawdata_video_source_helper_interface.h.
References frame, height, and width.
Referenced by VideoSourceCapability().
unsigned int VideoSourceCapability::frame |
Definition at line 27 of file rawdata_video_source_helper_interface.h.
Referenced by operator=(), Reset(), and VideoSourceCapability().
unsigned int VideoSourceCapability::height |
Definition at line 26 of file rawdata_video_source_helper_interface.h.
Referenced by operator=(), Reset(), and VideoSourceCapability().
unsigned int VideoSourceCapability::width |
Definition at line 25 of file rawdata_video_source_helper_interface.h.
Referenced by operator=(), Reset(), and VideoSourceCapability().