The recording status tells us the frame numbers and capture filename. More...
#include <cortex.h>
Public Attributes | |
int32_t | bRecording |
0=Not Recording, anything else=Recording | |
int32_t | iFirstFrame |
The frame number of the first data frame to be recorded from Cortex Live Mode. | |
int32_t | iLastFrame |
The frame number of the last data frame to be recorded from Cortex Live Mode. | |
char | szFilename [256] |
The full capture filename. |
The recording status tells us the frame numbers and capture filename.
int32_t sRecordingStatus::bRecording |
int32_t sRecordingStatus::iFirstFrame |
int32_t sRecordingStatus::iLastFrame |
char sRecordingStatus::szFilename[256] |