X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;fp=mixer.h;h=89676bddf86c9299826651dc68f5a7c887db906a;hb=70e175fb0deb01e4664213686491c49bff85faf6;hp=ff501b17635cd8830ba36e084754577cd75902b5;hpb=fa54f2630c56a1df0046923d6a77b1bd58abf240;p=nageru diff --git a/mixer.h b/mixer.h index ff501b1..89676bd 100644 --- a/mixer.h +++ b/mixer.h @@ -399,6 +399,10 @@ public: display_timecode_on_stdout = enable; } + int64_t get_num_connected_clients() const { + return httpd.get_num_connected_clients(); + } + private: struct CaptureCard;