Function: venc_get_channel_desc_key_frame_interval
C Prototype |
uint32_t aclvencGetChannelDescKeyFrameInterval(const aclvencChannelDesc *channelDesc) |
|---|---|
Python Function |
key_frame_interval = acl.media.venc_get_channel_desc_key_frame_interval(venc_channel_desc) |
Function Usage |
Obtains the encoding channel description attribute: key frame interval. 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 |
key_frame_interval: int, key frame interval. The value cannot be 0. |
Parent topic: VENC