Struct providing information about video file format. :
More...
#include <opencv2/cudacodec.hpp>
Struct providing information about video file format. :
◆ chromaFormat
◆ codec
Codec cv::cudacodec::FormatInfo::codec |
◆ displayArea
Rect cv::cudacodec::FormatInfo::displayArea |
ROI inside the decoded frame returned by nextFrame(frame), containing the useable video frame.
◆ height
int cv::cudacodec::FormatInfo::height = 0 |
Height of the decoded frame returned by nextFrame(frame)
◆ nBitDepthMinus8
int cv::cudacodec::FormatInfo::nBitDepthMinus8 = -1 |
◆ valid
bool cv::cudacodec::FormatInfo::valid = false |
◆ width
int cv::cudacodec::FormatInfo::width = 0 |
Width of the decoded frame returned by nextFrame(frame)
The documentation for this struct was generated from the following file: