mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 22:40:18 +00:00
Control: report stats for audio
This commit is contained in:
@@ -899,3 +899,8 @@ void control_report_event(struct control_state *s, const std::string &report_lin
|
||||
control_report_stats_event(s, "event " + report_line + "\r\n");
|
||||
}
|
||||
|
||||
bool control_stats_enabled(struct control_state *s)
|
||||
{
|
||||
return s && s->stats_on;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user