视频编码持久化参数
#include "MediaInfVenc.hpp"
◆ codec
◆ width
| uint16_t Emx::MediaInfVenc::Param::width |
◆ height
| uint16_t Emx::MediaInfVenc::Param::height |
◆ fps
| uint16_t Emx::MediaInfVenc::Param::fps |
◆ iFrameInv
| uint16_t Emx::MediaInfVenc::Param::iFrameInv |
◆ bitRate
| uint32_t Emx::MediaInfVenc::Param::bitRate |
◆ bitRateStatic
| uint32_t Emx::MediaInfVenc::Param::bitRateStatic |
◆ bitRatePeak
| uint32_t Emx::MediaInfVenc::Param::bitRatePeak |
◆ rcMode
| RcModeE Emx::MediaInfVenc::Param::rcMode |
◆ drawRect
| bool Emx::MediaInfVenc::Param::drawRect |
◆ qualityLevel
| int32_t Emx::MediaInfVenc::Param::qualityLevel |
◆ smartCode
| bool Emx::MediaInfVenc::Param::smartCode |
◆ fixQp
| int8_t Emx::MediaInfVenc::Param::fixQp |
◆ profile
| int8_t Emx::MediaInfVenc::Param::profile |
视频编码配置文件: H264:0=Baseline Profile(基础配置),1=Main Profile(主要配置),2=High Profile(高级配置) H265:0=Main Profile(主要配置),1=Main 10 Profile(支持 10 位色深),2=Main Still Picture Profile:(专为静态图片优化,支持单帧高分辨率编码)
◆ reserved
| int8_t Emx::MediaInfVenc::Param::reserved[2] |