Function: venc_get_frame_config_eos
C Prototype |
uint8_t aclvencGetFrameConfigEos(const aclvencFrameConfig *config) |
|---|---|
Python Function |
eos = acl.media.venc_get_frame_config_eos(config) |
Function Usage |
Obtains the single-frame encoding parameters. The Atlas Training Series Product does not support this API in the current version. |
Input Description |
config: int, pointer address of the frame encoding configuration. |
Return Value |
eos: int, whether a frame is EOS.
|
Parent topic: VENC