Class Description
It is used for video decoding by providing related open APIs. On the Atlas 200/300/500 inference product, if the pre-allocated memory used for decoding is transferred by the user, the VideoDecoder class needs to be destructed, and the pre-allocated memory needs to be destroyed. During this process, it is recommend that a smart pointer be used to manage VideoDecoder, because the reset method of the smart pointer can destruct the class in advance.
Parent topic: VideoDecoder