1 #ifndef CVD_VIDEOFILEBUFFER_FRAME_H 2 #define CVD_VIDEOFILEBUFFER_FRAME_H 5 #include <cvd/localvideoframe.h> 15 class RawVideoFileBufferPIMPL;
28 inline void delete_self() {
delete this; }
A frame from a VideoFileBuffer.
Definition: videofilebuffer_frame.h:23
All classes and functions are within the CVD namespace.
Definition: argb.h:6
VideoFileFrame(double time, CVD::Image< T > &&local)
Construct a video frame from an Image and a timestamp.
Definition: videofilebuffer_frame.h:38
Definition: videofilebuffer2.cc:203
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