函数:venc_get_channel_desc_thread_id
产品支持情况
产品 |
是否支持 |
---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
|
√ |
功能说明
获取视频编码处理通道的描述信息:回调线程ID。
函数原型
- C函数原型
1
uint64_t aclvencGetChannelDescThreadId(const aclvencChannelDesc *channelDesc);
- python函数
1
thread_id = acl.media.venc_get_channel_desc_thread_id(venc_channel_desc)
参数说明
参数名 |
说明 |
---|---|
venc_channel_desc |
int,视频数据编码处理通道的描述信息的指针地址。 |
返回值说明
返回值 |
说明 |
---|---|
thread_id |
int,回调线程ID。 |
父主题: VENC功能