Function: venc_get_frame_config_force_i_frame
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
x |
|
x |
|
x |
|
√ |
|
√ |
Description
Obtains the single-frame encoding parameters.
Prototype
- C Prototype
1uint8_t aclvencGetFrameConfigForceIFrame(const aclvencFrameConfig *config);
- Python Function
1force_i_frame = acl.media.venc_get_frame_config_force_i_frame(config)
Parameters
Parameter |
Description |
|---|---|
config |
Int, pointer address of the single-frame encoding configuration. |
force_i_frame |
Int, whether to forcibly restart the I-frame interval.
|
Return Value
Return Value |
Description |
|---|---|
ret |
Int, error code. 0 on success; else, failure. |
Parent topic: VENC