StartEncoder
Function Usage
Starts the encoder.
Prototype
EncoderRetCode StartEncoder(int32_t fd)
Parameter Description
Parameter |
Input/Output |
Type |
Description |
|---|---|---|---|
fd |
Input |
int32_t |
Encoder descriptor. |
Return Value Description
Data type: EncoderRetCode
The value can be any of the following:
- VIDEO_ENCODER_SUCCESS: The encoder is successfully started.
- VIDEO_ENCODER_INIT_FAIL: Failed to initialize the encoder.
Parent topic: Encoding APIs (C and C++)