Updated on 2022-03-13 GMT+08:00

General Description

For a video stream, after you create an instance by calling CreateVdecApi, you must use the same instance to call VdecCtl for video decoding, and then call DestroyVdecApi to release the instance.

During video decoding, if you need to switch from a video stream to another video stream, you must release the instance of the previous stream by calling DestroyVdecApi, and then create an instance by calling CreateVdecApi to process the new video stream.