X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mixer.h;h=b2561d15c0b395f2d82e2a5d92b682b7ab634942;hb=92d7d0f49eca3378714670843f244a8d7ae8b05d;hp=c6366fdec1a65d5e8f7e909ed788e0c6119d8c73;hpb=2a7cf4b5d75c7c6f5c6cc4df1ab80978f2f94d9c;p=nageru diff --git a/mixer.h b/mixer.h index c6366fd..b2561d1 100644 --- a/mixer.h +++ b/mixer.h @@ -77,6 +77,11 @@ public: output_channel[output].set_frame_ready_callback(callback); } + std::vector get_transition_names() + { + return theme->get_transition_names(frame / 60.0); + } + private: void bm_frame(int card_index, uint16_t timecode, FrameAllocator::Frame video_frame, size_t video_offset, uint16_t video_format,