X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=aa3baac2fff99e90b1113f61af65e7f82761f42e;hb=d3e48df512d9476d3849227067792a3537bb094e;hp=1d2e200ca45be9acb886f487b30ff5d2f478805a;hpb=33929966f03efc11d23d4ec5fdf492ff09c2ab9e;p=nageru diff --git a/mixer.h b/mixer.h index 1d2e200..aa3baac 100644 --- a/mixer.h +++ b/mixer.h @@ -428,6 +428,8 @@ private: void release_display_frame(DisplayFrame *frame); double pts() { return double(pts_int) / TIMEBASE; } void trim_queue(CaptureCard *card, size_t safe_queue_length); + std::pair get_channels_json(); + std::pair get_channel_color_http(unsigned channel_idx); HTTPD httpd; unsigned num_cards, num_video_inputs;