MxPEG
to MJPEG
converter backend writing out a sequence of JPEG
-files to the given output destination
More...
#include <mxcpcMJPEGWriter.h>
Inheritance diagram for mxcpcMJPEGWriter:
Public Member Functions | |
mxcpcMJPEGWriter (FILE *output_dest) | |
/param output_dest This is the source to which the data will be written. | |
void | beginFrame (void) |
(Re)implemented. | |
void | endFrame (void) |
(Re)implemented. | |
void | receiveJPEGBytes (mxcpc::u8 *buffer, int num) |
(Re)implemented. | |
Private Attributes | |
FILE * | OutputDest |
int | FrameNum |
bool | ErrorEncountered |
MxPEG
to MJPEG
converter backend writing out a sequence of JPEG
-files to the given output destination
Definition at line 33 of file mxcpcMJPEGWriter.h.