1 #ifndef CVD_DISKBUFFER2_FRAME_H 2 #define CVD_DISKBUFFER2_FRAME_H 4 #include <cvd/localvideoframe.h> 26 const std::string&
name() {
return frame_name; };
43 const std::string& frame_name;
double my_timestamp
Type of field in this frame.
Definition: videoframe.h:79
const std::string & name()
What is the filename for this image?
Definition: diskbuffer2_frame.h:26
All classes and functions are within the CVD namespace.
Definition: argb.h:6
void timestamp(double time)
set the time stamp, required for TimedDiskBuffer2
Definition: diskbuffer2_frame.h:29
Play a series of image files as a video stream.
Definition: diskbuffer2.h:86
A frame from a DiskBuffer2.
Definition: diskbuffer2_frame.h:19
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