aclvencGetFrameConfig Series
The
Description
Obtains a single-frame encoding configuration.
Prototype
uint8_t aclvencGetFrameConfigForceIFrame(const aclvencFrameConfig *config)
uint8_t aclvencGetFrameConfigEos(const aclvencFrameConfig *config)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
config |
Input |
Pointer to the single-frame encoding configuration. Call aclvencCreateFrameConfig to create data of the aclvencFrameConfig type and call aclvencSetFrameConfig series to set a single-frame encoding configuration in advance. |
Returns
Parameter |
Description |
|---|---|
forceIFrame |
I-frame restart switch.
|
eos |
End of stream (EOS) flag.
|
Parent topic: aclvencFrameConfig