JPEG
-files.
More...
#include <mxcpcJPEGSequenceWriter.h>
Inheritance diagram for mxcpcJPEGSequenceWriter:
Public Member Functions | |
mxcpcJPEGSequenceWriter (const char *filename_prefix) | |
The filename prefix will be copied. | |
~mxcpcJPEGSequenceWriter () | |
void | beginFrame (void) |
(Re)implemented. | |
void | endFrame (void) |
(Re)implemented. | |
void | receiveJPEGBytes (const mxcpc::u8 *buffer, int num) |
(Re)implemented. | |
Private Attributes | |
char * | FileNamePrefix |
char * | FileName |
std::FILE * | OutFile |
int | FrameNum |
bool | ErrorEncountered |
JPEG
-files.
The individual JPEG files generated by the writer will be named using the filename prefix specified to the constructor and an appended sequence number.
Definition at line 39 of file mxcpcJPEGSequenceWriter.h.