MxPEG
to MJPEG
converter backend writing out a sequence of JPEG
-files to the given output destination.
More...
#include <mxcpcMJPEGServerpushWriter.h>
Inheritance diagram for mxcpcMJPEGServerpushWriter:
Public Member Functions | |
mxcpcMJPEGServerpushWriter (FILE *output_dest, const char *separator_string) | |
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 |
const char * | SeparatorString |
MxPEG
to MJPEG
converter backend writing out a sequence of JPEG
-files to the given output destination.
Definition at line 34 of file mxcpcMJPEGServerpushWriter.h.
|
Definition at line 30 of file mxcpcMJPEGServerpushWriter.cpp. |