Function: venc_get_channel_desc_src_rate
C Prototype |
uint32_t aclvencGetChannelDescSrcRate(const aclvencChannelDesc *channelDesc) |
|---|---|
Python Function |
src_rate = acl.media.venc_get_channel_desc_src_rate(venc_channel_desc) |
Function Usage |
Obtains the description of a video encoding channel. 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 |
src_rate: int, frame rate of the input stream (fps). |
Parent topic: VENC