csrc/wrapper.hpp
@@ -60,11 +60,16 @@ int GetPacket(unsigned char **pktData, int *size, int *key); public: // recorder void OpenRecorder(); public: // set device id int SetDevID(const int devid){ devid_ = devid; return 0;} private: // stream 参数 std::string input_url_; bool audio_; int gb_, cpu_; int gb_, cpu_, devid_; bool run_dec_; bool run_stream_; bool run_rec_;