#include <mxcpcJPEGReceiver.h>
Inheritance diagram for mxcpcJPEGReceiver:
Public Member Functions | |
virtual | ~mxcpcJPEGReceiver () |
virtual void | beginFrame (void)=0 |
To inform the receiver that a new frame (JPEG image) begins. | |
virtual void | endFrame (void)=0 |
To inform the receiver that the current frame (JPEG image) is finished. | |
virtual void | receiveJPEGBytes (const mxcpc::u8 *buffer, int num)=0 |
Used to pump JPEG bytes into the receiver. |
For instance, JPEG receivers can be plugged into an mxcpcFramewiseMxPEGScanToJPEGConverter.
Definition at line 37 of file mxcpcJPEGReceiver.h.
|
Used to pump JPEG bytes into the receiver. The binary data has to be copied by the receiver. Implemented in mxcpcJPEGSequenceWriter, and mxcpcMJPEGWriter. |