#include <mlVideoCaptureInterface.h>
Public Member Functions | |
| VCVideoFrameSize () | |
| VCVideoFrameSize (unsigned int w, unsigned int h) | |
Public Attributes | |
| unsigned int | width |
| unsigned int | height |
Definition at line 53 of file mlVideoCaptureInterface.h.
| ml::VCVideoFrameSize::VCVideoFrameSize | ( | ) | [inline] |
Definition at line 58 of file mlVideoCaptureInterface.h.
| ml::VCVideoFrameSize::VCVideoFrameSize | ( | unsigned int | w, | |
| unsigned int | h | |||
| ) | [inline] |
Definition at line 59 of file mlVideoCaptureInterface.h.
| unsigned int ml::VCVideoFrameSize::height |
Definition at line 56 of file mlVideoCaptureInterface.h.
| unsigned int ml::VCVideoFrameSize::width |
Definition at line 55 of file mlVideoCaptureInterface.h.
1.5.8