函数:venc_get_channel_desc_max_bit_rate
产品支持情况
产品 |
是否支持 |
---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
|
√ |
功能说明
获取视频编码处理通道的描述信息。
函数原型
- C函数原型
1
uint32_t aclvencGetChannelDescMaxBitRate(const aclvencChannelDesc *channelDesc)
- python函数
1
max_bit_rate = acl.media.venc_get_channel_desc_max_bit_rate(venc_channel_desc)
参数说明
参数名 |
说明 |
---|---|
venc_channel_desc |
int,视频数据编码处理通道的描述信息的指针地址。 |
返回值说明
返回值 |
说明 |
---|---|
max_bit_rate |
int,输出码率,单位kbps。 |
父主题: VENC功能