VencStartEncoder
Function Usage
Starts the video encoder.
Restrictions
N/A
Prototype
EncoderRetCode VencStartEncoder(uint32_t encHandle)
Parameters
Parameter |
Input/Output |
Type |
Description |
|---|---|---|---|
encHandle |
Input |
uint32_t |
Handle to an encoder object, which uniquely identifies an encoder instance. |
Returns
The returns of EncoderRetCode are as follows:
- VIDEO_ENCODER_SUCCESS: The encoder is successfully started.
- VIDEO_ENCODER_START_FAIL: The encoder fails to be started.