MWCapture SDK Mac  3.3.0.12920
Public Attributes | List of all members
_MWCAP_VIDEO_CAPTURE_STATUS Struct Reference

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.
 

Detailed Description

MWCAP_VIDEO_CAPTURE_STATUS.

Records state of video capture.
Related functions are:
MWGetVideoCaptureStatus


The documentation for this struct was generated from the following file: