OpenCV 4.11.0-pre
Open Source Computer Vision
|
Read data stream interface. More...
#include <opencv2/videoio.hpp>
Public Member Functions | |
virtual | ~IStreamReader () |
virtual long long | read (char *buffer, long long size)=0 |
Read bytes from stream. | |
virtual long long | seek (long long offset, int origin)=0 |
Sets the stream position. | |
Read data stream interface.
|
virtual |
|
pure virtual |
Read bytes from stream.
Implemented in cv::PluginStreamReader.
|
pure virtual |
Sets the stream position.
offset | Seek offset |
origin | SEEK_SET / SEEK_END / SEEK_CUR |
Implemented in cv::PluginStreamReader.