Function: venc_get_channel_desc_buf_addr
C Prototype |
void *aclvencGetChannelDescBufAddr(const aclvencChannelDesc *channelDesc) |
|---|---|
Python Function |
buf_addr = acl.media.venc_get_channel_desc_buf_addr(venc_channel_desc) |
Function Usage |
Obtains the encoding channel description attribute: address of the encoding output buffer. The Atlas Training Series Product does not support this API. |
Input Description |
venc_channel_desc: int, pointer address of the description of a video encoding channel. |
Return Value |
buf_addr: int, address of the encoding output buffer. Atlas 200/300/500 Inference Product: In the current version, the value of this parameter is invalid and cannot be obtained. |
Parent topic: VENC