都是利用 C++ 析构函数,判断引用计数情况适时释放持有的资源;不同之处在于 scoped_refptr 把引用计数留给了资源对象来实现Informative note: This document does not describe how to determine the dependency status for a frame; this information is preferably provided from the encoder implementation. In the case of unknown status, the Y bit...
不同之处在于 scoped_refptr 把引用计数留给了资源对象来实现
51CTO博客已为您找到关于scoped_refptr的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及scoped_refptr问答内容。更多scoped_refptr相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
都是利用 C++ 析构函数,判断引用计数情况适时释放持有的资源;不同之处在于 scoped_refptr 把引用计数...