C函数原型 |
aclError aclvdecDestroyChannel(aclvdecChannelDesc *channelDesc) |
---|---|
Python函数 |
ret = acl.media.vdec_destroy_channel(vdec_channel_desc) |
函数功能 |
|
输入说明 |
vdec_channel_desc:int,vdec通道描述地址对象,指定通道描述信息。与调用acl.media.vdec_create_channel接口创建通道时指定的vdec_channel_desc保持一致。 |
返回值说明 |
ret :int,错误码。
|
约束说明 |
销毁类接口:调用该接口后,不能继续使用已释放或销毁的资源,建议调用该接口后,将相关资源设置为无效值(例如,置为0或None)。 |
注意事项 |
无 |
参考资源 |