【Cicadaplayer】解码线程及队列实现

  • 4.4分支
  • https://github.com/alibaba/CicadaPlayer/blob/release/0.4.4/framework/codec/ActiveDecoder.h

对外:送入多个包,获取一个帧


    int send_packet(std::unique_ptr<IAFPacket> &packet, uint64_t timeOut) override;

    int getFrame(std::u

猜你喜欢

转载自blog.csdn.net/commshare/article/details/132742080