struct cv::cudacodec::FormatInfo
Struct providing information about video file format. :
#include <cudacodec.hpp> struct FormatInfo { // fields ChromaFormat chromaFormat; Codec codec; int height; int width; };
Struct providing information about video file format. :
#include <cudacodec.hpp> struct FormatInfo { // fields ChromaFormat chromaFormat; Codec codec; int height; int width; };