#include <capturemanager.h>
Public Member Functions | |
tagCaptureInfo () | |
tagCaptureInfo (CaptureType cctype, CaptureFlags ccflags) | |
tagCaptureInfo (CaptureType cctype, UINT32 ccflags) | |
Public Attributes | |
CaptureType | caType |
CaptureFlags | caFlags |
Definition at line 218 of file capturemanager.h.
|
Definition at line 220 of file capturemanager.h. 00220 {caType = ctDISABLED, caFlags = CaptureFlags(0);}
|
|
Definition at line 221 of file capturemanager.h.
|
|
Definition at line 222 of file capturemanager.h. 00222 {caType=cctype; caFlags=CaptureFlags(ccflags);}
|
|
Definition at line 225 of file capturemanager.h. |
|
Definition at line 224 of file capturemanager.h. |