We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果packet_cache_.size 大于(比如3),那么设置*has_packet =true, 否则 *has_packet =false 我在后面的帧率控制单元,读这个变量, 微调帧率限制值
The text was updated successfully, but these errors were encountered:
No branches or pull requests
auto has_packet = std::make_shared<std::atomic>();
*has_packet = false;
data_ctx->GetSessionContext()->SetPrivate(HAS_PACKET_FLAG, has_packet);
如果packet_cache_.size 大于(比如3),那么设置*has_packet =true, 否则 *has_packet =false
我在后面的帧率控制单元,读这个变量, 微调帧率限制值
The text was updated successfully, but these errors were encountered: