VideoTools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Gv::RtpServerHandler Class Referenceabstract

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...
 

Detailed Description

A interface that Gv::RtpServer uses to deliver image data.

Definition at line 118 of file gvrtpserver.h.

Member Function Documentation

virtual void Gv::RtpServerHandler::onImage ( const std::vector< char > &  ,
const Gr::ImageType ,
bool  avc_key_frame 
)
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.


The documentation for this class was generated from the following files: