aclvencSetFrameConfig Series
The
Description
Sets a single-frame encoding configuration.
Prototype
aclError aclvencSetFrameConfigForceIFrame(aclvencFrameConfig *config, uint8_t forceIFrame)
aclError aclvencSetFrameConfigEos(aclvencFrameConfig *config, uint8_t eos)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
config |
Output |
Pointer to the single-frame encoding configuration. Call aclvencCreateFrameConfig to create data of the aclvencFrameConfig type in advance. |
forceIFrame |
Input |
I-frame restart switch.
|
eos |
Input |
End of stream (EOS) flag.
|
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: aclvencFrameConfig