MWCapture SDK Linux
3.3.1.LAST_SVN_COMMIT_NUM
|
MWCAP_VIDEO_CAPTURE_STATUS. More...
#include <MWCaptureExtension.h>
Public Attributes | |
MWCAP_PTR | pvContext |
The context of video capture. | |
BOOLEAN | bPhysicalAddress |
Whether to use the physical address to store the capture data. | |
union { | |
MWCAP_PTR pvFrame | |
The memory address to store the capture data. | |
LARGE_INTEGER liPhysicalAddress | |
The physical address to store the capture data. | |
}; | |
int | iFrame |
The index of capturing frame. | |
BOOLEAN | bFrameCompleted |
Whether a frame is fully captured. | |
WORD | cyCompleted |
Number of frames captured. | |
WORD | cyCompletedPrev |
Number of frames captured previously. | |
MWCAP_VIDEO_CAPTURE_STATUS.
Records state of video capture.
Related functions are:
MWGetVideoCaptureStatus