aclvencGetFrameConfig series
Applicability
Product |
Supported |
|---|---|
x |
|
x |
|
√ |
|
√ |
|
x |
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 the aclvencCreateFrameConfig API to create data of the aclvencFrameConfig type and call the aclvencSetFrameConfig series APIs to set the single-frame encoding parameters in advance. |
Returns
Parameter |
Description |
|---|---|
forceIFrame |
I-frame restart switch.
|
eos |
End of stream (EOS) flag.
|
Parent topic: aclvencFrameConfig