C函数原型 |
uint32_t aclvdecGetChannelDescChannelId(const aclvdecChannelDesc *channelDesc) |
---|---|
Python函数 |
channel_id = acl.media.vdec_get_channel_desc_channel_id(vdec_channel_desc) |
函数功能 |
获取视频解码处理通道描述信息的属性:解码通道号。 |
输入说明 |
vdec_channel_desc:int,视频数据解码处理通道的描述信息。 |
返回值说明 |
channel_id:int,解码通道号。 Atlas 200/300/500 推理产品,该参数值的取值范围[0, 31]。 Atlas 训练系列产品,该参数值的取值范围[0, 31]。 Atlas A2训练系列产品/Atlas 800I A2推理产品,该参数值的取值范围[0, 255]。 Atlas 200I/500 A2推理产品,该参数值的取值范围[0, 255]。 Atlas 推理系列产品,该参数值的取值范围[0, 255]。 |