|
Meeting SDK for Windows API Reference
|
#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 28 of file rawdata_video_source_helper_interface.h.
|
inline |
Definition at line 34 of file rawdata_video_source_helper_interface.h.
References Reset().
|
inline |
Definition at line 39 of file rawdata_video_source_helper_interface.h.
|
inline |
Definition at line 54 of file rawdata_video_source_helper_interface.h.
|
inline |
|
inline |
Definition at line 59 of file rawdata_video_source_helper_interface.h.
References frame, height, and width.
Referenced by VideoSourceCapability().
| unsigned int VideoSourceCapability::frame |
Definition at line 32 of file rawdata_video_source_helper_interface.h.
Referenced by operator=(), Reset(), and VideoSourceCapability().
| unsigned int VideoSourceCapability::height |
Definition at line 31 of file rawdata_video_source_helper_interface.h.
Referenced by operator=(), Reset(), and VideoSourceCapability().
| unsigned int VideoSourceCapability::width |
Definition at line 30 of file rawdata_video_source_helper_interface.h.
Referenced by operator=(), Reset(), and VideoSourceCapability().