openharmony 鸿蒙 _codec_video_port_cap_v20

2025-06-16 浏览 (1)

CodecVideoPortCap

概述

定义视频编解码能力。

起始版本: 4.1

相关模块:Codec

汇总

Public 属性

名称描述
struct RectminSize支持的最小分辨率。
struct RectmaxSize支持的最大分辨率。
struct AlignmentwhAlignment宽高对齐值。
struct RangeValueblockCount支持的块数量范围。
struct RangeValueblocksPerSecond每秒可处理的块数量范围。
struct RectblockSize支持的块大小。
int[] supportPixFmts支持的像素格式,详见PixeFormat
enum BitRateMode[] bitRatemode传输速率模式,有恒定的,有变化的等几种模式。详见BitRateMode
struct RangeValueframeRate帧率的范围。
int[] measuredFrameRate实测的帧率。

类成员变量说明

bitRatemode

enum BitRateMode[] CodecVideoPortCap::bitRatemode 

描述

传输速率模式,有恒定的,有变化的等几种模式。详见BitRateMode

blockCount

struct RangeValue CodecVideoPortCap::blockCount

描述

支持的块数量范围。

blockSize

struct Rect CodecVideoPortCap::blockSize

描述

支持的块大小。

blocksPerSecond

struct RangeValue CodecVideoPortCap::blocksPerSecond

描述

每秒可处理的块数量范围。

frameRate

struct RangeValue CodecVideoPortCap::frameRate

描述

帧率的范围。

maxSize

struct Rect CodecVideoPortCap::maxSize

描述

支持的最大分辨率。

measuredFrameRate

int [] CodecVideoPortCap::measuredFrameRate

描述

实测的帧率。

minSize

struct Rect CodecVideoPortCap::minSize

描述

支持的最小分辨率。

supportPixFmts

int [] CodecVideoPortCap::supportPixFmts

描述

支持的像素格式,详见Display中display_type.h定义的PixeFormat

whAlignment

struct Alignment CodecVideoPortCap::whAlignment

描述

宽高对齐值。

你可能感兴趣的鸿蒙文章

harmony 鸿蒙CodeC HDI 参考

harmony 鸿蒙Alignment

harmony 鸿蒙Alignment

harmony 鸿蒙CodecAudioPortCap

harmony 鸿蒙CodecAudioPortCap

harmony 鸿蒙CodecCompCapability

harmony 鸿蒙CodecCompCapability

harmony 鸿蒙CodecExtTypes.idl

harmony 鸿蒙CodecImageBuffer

harmony 鸿蒙CodecImageBuffer

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/WrgNvi