Function: venc_set_channel_desc_entype

C Prototype

aclError aclvencSetChannelDescEnType(aclvencChannelDesc *channelDesc, acldvppStreamFormat enType);

Python Function

ret = acl.media.venc_set_channel_desc_entype(venc_channel_desc, venc_entype)

Function Usage

Sets the encoding channel description attribute: video encoding protocol.

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.

Call acl.media.venc_create_channel_desc to create data of the aclvencChannelDesc type in advance.

venc_entype: int, video encoding protocol. For details, see acldvppStreamFormat.

Return Value

ret: int, error code.