函数:dvpp_get_stream_desc_timestamp
产品支持情况
产品 |
是否支持 |
---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
功能说明
获取视频码流描述参数:时间戳。
函数原型
- C函数原型
1
uint64_t acldvppGetStreamDescTimestamp(const acldvppStreamDesc *streamDesc)
- python函数
1
timestamp = acl.media.dvpp_get_stream_desc_timestamp(dvpp_stream_desc)
参数说明
参数名 |
说明 |
---|---|
dvpp_stream_desc |
int,视频码流描述信息的指针地址。 |
返回值说明
返回值 |
说明 |
---|---|
timestamp |
int,时间戳。 |
父主题: common