X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=b02b99742e6f4825f4589d417382ef0dc0875393;hb=390521f709026cb1acdbde84ef77d1490da1ffa2;hp=7a2d45cb4f96414ecb257f3cb07eece6db84eab7;hpb=5c12e871c54ae453cdc2eb81cb437b02c56ebb4b;p=nageru diff --git a/mixer.h b/mixer.h index 7a2d45c..b02b997 100644 --- a/mixer.h +++ b/mixer.h @@ -111,6 +111,16 @@ public: return theme->get_num_channels(); } + std::string get_channel_name(unsigned channel) const + { + return theme->get_channel_name(channel); + } + + bool get_supports_set_wb(unsigned channel) const + { + return theme->get_supports_set_wb(channel); + } + private: void bm_frame(unsigned card_index, uint16_t timecode, FrameAllocator::Frame video_frame, size_t video_offset, uint16_t video_format,