我要评分
获取效率
正确性
完整性
易理解

StartDecoder

Function Usage

Starts the decoder. After the decoder is started successfully, the decoding process starts.

Restrictions

N/A

Prototype

DecoderRetCode StartDecoder()

Parameter Description

N/A

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.