1 #ifndef CVD_INC_SERVERPUSHJPEGFRAME_H 2 #define CVD_INC_SERVERPUSHJPEGFRAME_H 3 #include <cvd/localvideoframe.h> 9 class ServerPushJpegBuffer;
18 const std::string&
jpeg() {
return image_data; };
32 std::string image_data;
All classes and functions are within the CVD namespace.
Definition: argb.h:6
const std::string & jpeg()
The underlying JPEG data.
Definition: serverpushjpegframe.h:18
Play a server push stream as a video stream.
Definition: serverpushjpegbuffer.h:37
ConstPointerType data() const
Returns the raw image data.
Definition: image.h:535
Definition: serverpushjpegframe.h:12
A full image which manages its own data.
Definition: image.h:623
A frame from a LocalVideoBuffer, which manages its own data rather than wrapping data owned by the sy...
Definition: localvideoframe.h:30