StartDecoder
Function Usage
Starts the decoder. After the decoder is started successfully, the decoding process starts.
Prototype
DecoderRetCode StartDecoder()
Return Value Description
Data type: DecoderRetCode
The value can be any of the following:
- VIDEO_DECODER_SUCCESS: The encoder is successfully started.
- VIDEO_DECODER_START_FAIL: Failed to start the encoder.
Parent topic: Decoding APIs (C and C++)