7#ifndef __PVIMAGEJPEG_H__
8#define __PVIMAGEJPEG_H__
10#include <PvBufferLib.h>
Generic interface to a JPEG image.
Definition PvImageJPEG.h:21
virtual uint8_t * GetDataPointer()=0
Get the buffer's data pointer.
virtual uint64_t GetTimestampTickFrequency() const =0
Returns the timetstamp tick frequency as provided in the GVSP header.
virtual uint8_t GetFlag() const =0
Returns the native JPEG flags of the compressed image.
virtual uint32_t GetDataFormat() const =0
Returns the JPEG data format.
virtual uint64_t GetDataSize() const =0
Returns the JPEG data size.
virtual const uint8_t * GetDataPointer() const =0
Get the buffer's data pointer.