]> git.sesse.net Git - casparcg/blobdiff - protocol/amcp/amcp_command_repository.h
Use ScheduledFrameCompleted callback for audio scheduling in addition to video schedu...
[casparcg] / protocol / amcp / amcp_command_repository.h
index 0c208b2cfcdb194a67da51d8abb3a76da2b27917..778c99845dcf1e20d420255d94f316d30fc3a364 100644 (file)
@@ -44,6 +44,8 @@ public:
                        const spl::shared_ptr<core::cg_producer_registry>& cg_registry,
                        const spl::shared_ptr<core::help_repository>& help_repo,
                        const spl::shared_ptr<const core::frame_producer_registry>& producer_registry,
+                       const spl::shared_ptr<const core::frame_consumer_registry>& consumer_registry,
+                       const std::shared_ptr<accelerator::ogl::device>& ogl_device,
                        std::promise<bool>& shutdown_server_now);
 
        AMCPCommand::ptr_type create_command(const std::wstring& s, IO::ClientInfoPtr client, std::list<std::wstring>& tokens) const;