debug
This commit is contained in:
parent
7d088d5619
commit
d63f67dfcd
|
@ -394,6 +394,7 @@ void RTCContext::onAudioProcess(const char* roomId, const char* peerId,
|
||||||
// */
|
// */
|
||||||
// std::cout << " 数据拷贝完成" << std::endl;
|
// std::cout << " 数据拷贝完成" << std::endl;
|
||||||
|
|
||||||
|
namespace py = boost::python;
|
||||||
// 7. 执行回调
|
// 7. 执行回调
|
||||||
if (!pyCallback_.is_none()) {
|
if (!pyCallback_.is_none()) {
|
||||||
std::cout << "[7] 准备执行Python回调..." << std::endl;
|
std::cout << "[7] 准备执行Python回调..." << std::endl;
|
||||||
|
|
Loading…
Reference in New Issue