函数:dvpp_get_stream_desc_format
产品支持情况
产品 |
是否支持 |
---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
功能说明
获取视频码流描述参数:视频码流格式。
函数原型
- C函数原型
1
acldvppStreamFormat acldvppGetStreamDescFormat(const acldvppStreamDesc *streamDesc)
- python函数
1
format = acl.media.dvpp_get_stream_desc_format(dvpp_stream_desc)
参数说明
参数名 |
说明 |
---|---|
dvpp_stream_desc |
int,视频码流描述信息的指针地址。 |
返回值说明
返回值 |
说明 |
---|---|
format |
int,视频码流格式(H.264/H.265),具体请参见acldvppStreamFormat。 |
父主题: common