OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations
container_avi.private.hpp File Reference
#include "opencv2/core/cvdef.h"
#include "opencv2/videoio/videoio_c.h"
#include <deque>
Include dependency graph for container_avi.private.hpp:

Classes

class  cv::AVIReadContainer
 
class  cv::AVIWriteContainer
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 

Typedefs

typedef frame_list::iterator cv::frame_iterator
 
typedef std::deque< std::pair< uint64_t, uint32_t > > cv::frame_list
 

Enumerations

enum  {
  cv::COLORSPACE_GRAY =0 ,
  cv::COLORSPACE_RGBA =1 ,
  cv::COLORSPACE_BGR =2 ,
  cv::COLORSPACE_YUV444P =3
}
 
enum  cv::Codecs { cv::MJPEG }
 
enum  cv::StreamType {
  cv::db ,
  cv::dc ,
  cv::pc ,
  cv::wb
}