VideoTools
|
A interface that Gv::RtpServer uses to deliver image data. More...
#include <gvrtpserver.h>
Public Member Functions | |
virtual void | onImage (const std::vector< char > &, const Gr::ImageType &, bool avc_key_frame)=0 |
Called on receipt of an image. More... | |
A interface that Gv::RtpServer uses to deliver image data.
Definition at line 118 of file gvrtpserver.h.
|
pure virtual |
Called on receipt of an image.
This is either an un-compressed JPEG image in JFIF format, or a fully-decoded AVC image. The recipient is free to modify the data buffer.