X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=572b26fcf97ef54179edddec6bcb8489ad3683bf;hb=4db1223f01b0d1731ff571f20c677a7675b645ec;hp=ace60701f5adda9af5fa4422ce77eee2ebdebefc;hpb=afe163c940b7239cab0577fa390796175cdc94a6;p=nageru diff --git a/mixer.h b/mixer.h index ace6070..572b26f 100644 --- a/mixer.h +++ b/mixer.h @@ -139,6 +139,7 @@ public: // Call after picking out a frame, so 0 means starvation. void update_policy(std::chrono::steady_clock::time_point now, std::chrono::steady_clock::time_point expected_next_frame, + int64_t input_frame_duration, int64_t master_frame_duration, double max_input_card_jitter_seconds, double max_master_card_jitter_seconds);