aclvencGetFrameConfig series
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
☓ |
☓ |
|
☓ |
|
√ |
|
√ |
|
☓ |
Function
Obtains a single-frame encoding configuration.
Prototype
1 2 | 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