MxPEG
to a sequence of standalone JPEG
still images - they then decide what actually happens to those images.
More...
#include <mxcpcMxPEGScanToJPEGConverterBackEnd.h>
Inheritance diagram for mxcpcMxPEGScanToJPEGConverterBackEnd:
Public Member Functions | |
virtual void | beginFrame (void)=0 |
To inform the backend that a new frame (JPEG image) begins. | |
virtual void | endFrame (void)=0 |
To inform the backend that the current frame (JPEG image) is finished. | |
virtual void | receiveJPEGBytes (mxcpc::u8 *buffer, int num)=0 |
To transmit JPEG bytes into the backend. |
MxPEG
to a sequence of standalone JPEG
still images - they then decide what actually happens to those images.
One of those aforementioned converters is mxcpcFramewiseMxPEGScanToJPEGConverterIPP.
Definition at line 35 of file mxcpcMxPEGScanToJPEGConverterBackEnd.h.