自学内容网 自学内容网

【Fargo】6:递归加锁的异常

实际运行:mutex递归

Exception thrown at 0x76A7B282 in HaloAppPublisher.exe: Microsoft C++ exception: std::system_error at memory location 0x003EEC48.
Unhandled exception at 0x76A7B282 in HaloAppPublisher.exe: Microsoft C++ exception: std::system_error at memory location 0x003EEC48. 这个mutex的异常是 // 将比特率降低到 4 Mbps
uint32_t reduced_bitrate = 4 * 1000 * 1000; // 4 Mbps
sender.set_target_bitrate(reduced_bitrate); 执行引起
在这里插入图片描述


原文地址:https://blog.csdn.net/commshare/article/details/142883662

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!