Function: venc_get_channel_desc_buf_size

C Prototype

uint32_t aclvencGetChannelDescBufSize(const aclvencChannelDesc *channelDesc)

Python Function

buf_size = acl.media.venc_get_channel_desc_buf_size(venc_channel_desc)

Function Usage

Obtains the encoding channel description attribute: size 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_size: int, size of the encoding output buffer, in bytes.

Atlas 200/300/500 Inference Product: In the current version, the value of this parameter is invalid and cannot be obtained.