OpenCV
3.0.0
Open Source Computer Vision
|
Interface for video demultiplexing. : More...
#include "cudacodec.hpp"
Public Member Functions | |
virtual | ~RawVideoSource () |
virtual FormatInfo | format () const =0 |
Returns information about video file format. More... | |
virtual bool | getNextPacket (unsigned char **data, int *size, bool *endOfFile)=0 |
Returns next packet with RAW video frame. More... | |
Interface for video demultiplexing. :
User can implement own demultiplexing by implementing this interface.
|
inlinevirtual |
|
pure virtual |
Returns information about video file format.
|
pure virtual |
Returns next packet with RAW video frame.
data | Pointer to frame data. |
size | Size in bytes of current frame. |
endOfFile | Indicates that it is end of stream. |