aclvencSetFrameConfig Series

The Atlas Training Series Product does not support this API.

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.

  • 0: off
  • 1: on

eos

Input

End of stream (EOS) flag.

  • 0: false
  • 1: true

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.