Function: venc_get_frame_config_eos
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Obtains a single-frame encoding configuration.
Prototype
- C Prototype
1uint8_t aclvencGetFrameConfigEos(const aclvencFrameConfig *config)
- Python Function
1eos = acl.media.venc_get_frame_config_eos(config)
Parameter Description
Parameter |
Description |
|---|---|
config |
Int, pointer address of the single-frame encoding configuration. |
eos |
Int, whether a frame is EOS.
|
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: VENC