OpenCV  4.1.1
Open Source Computer Vision
Public Attributes | List of all members
cv::cudacodec::FormatInfo Struct Reference

Struct providing information about video file format. : More...

#include <opencv2/cudacodec.hpp>

Public Attributes

ChromaFormat chromaFormat
 
Codec codec
 
int height
 
int nBitDepthMinus8
 
int width
 

Detailed Description

Struct providing information about video file format. :

Member Data Documentation

§ chromaFormat

ChromaFormat cv::cudacodec::FormatInfo::chromaFormat

§ codec

Codec cv::cudacodec::FormatInfo::codec

§ height

int cv::cudacodec::FormatInfo::height

§ nBitDepthMinus8

int cv::cudacodec::FormatInfo::nBitDepthMinus8

§ width

int cv::cudacodec::FormatInfo::width

The documentation for this struct was generated from the following file: