8#ifndef META_OCEAN_MEDIA_BUFFER_IMAGE_RECORDER_H
9#define META_OCEAN_MEDIA_BUFFER_IMAGE_RECORDER_H
22class BufferImageRecorder;
56 virtual bool saveImage(
const Frame& frame,
const std::string& imageType, std::vector<uint8_t>& buffer) = 0;
This class implements Ocean's image class.
Definition Frame.h:1808
This template class implements a smart object reference which is a specialization of an ObjectRef obj...
Definition SmartObjectRef.h:90
The namespace covering the entire Ocean framework.
Definition Accessor.h:15