OpenCV  4.5.5
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
 
DeinterlaceMode deinterlaceMode
 
Rect displayArea
 ROI inside the decoded frame returned by nextFrame(frame), containing the useable video frame. More...
 
double fps = 0
 
int height = 0
 Height of the decoded frame returned by nextFrame(frame). More...
 
int nBitDepthMinus8 = -1
 
int ulHeight = 0
 Coded sequence height in pixels. More...
 
int ulMaxHeight = 0
 
int ulMaxWidth = 0
 
int ulNumDecodeSurfaces = 0
 Maximum number of internal decode surfaces. More...
 
int ulWidth = 0
 Coded sequence width in pixels. More...
 
bool valid = false
 
int width = 0
 Width of the decoded frame returned by nextFrame(frame). More...
 

Detailed Description

Struct providing information about video file format. :

Member Data Documentation

◆ chromaFormat

ChromaFormat cv::cudacodec::FormatInfo::chromaFormat

◆ codec

Codec cv::cudacodec::FormatInfo::codec

◆ deinterlaceMode

DeinterlaceMode cv::cudacodec::FormatInfo::deinterlaceMode

◆ displayArea

Rect cv::cudacodec::FormatInfo::displayArea

ROI inside the decoded frame returned by nextFrame(frame), containing the useable video frame.

◆ fps

double cv::cudacodec::FormatInfo::fps = 0

◆ height

int cv::cudacodec::FormatInfo::height = 0

Height of the decoded frame returned by nextFrame(frame).

◆ nBitDepthMinus8

int cv::cudacodec::FormatInfo::nBitDepthMinus8 = -1

◆ ulHeight

int cv::cudacodec::FormatInfo::ulHeight = 0

Coded sequence height in pixels.

◆ ulMaxHeight

int cv::cudacodec::FormatInfo::ulMaxHeight = 0

◆ ulMaxWidth

int cv::cudacodec::FormatInfo::ulMaxWidth = 0

◆ ulNumDecodeSurfaces

int cv::cudacodec::FormatInfo::ulNumDecodeSurfaces = 0

Maximum number of internal decode surfaces.

◆ ulWidth

int cv::cudacodec::FormatInfo::ulWidth = 0

Coded sequence width in pixels.

◆ 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: