]> git.sesse.net Git - casparcg/blobdiff - core/producer/stage.h
2.0.2: Improved INFO.
[casparcg] / core / producer / stage.h
index 9e393f46e5b4d120048faa8d7e1da5ef8e069b9b..eff2545b7079c5d6bf3e32fedafd25adeb679e7a 100644 (file)
@@ -27,6 +27,8 @@
 #include <common/diagnostics/graph.h>\r
 \r
 #include <boost/noncopyable.hpp>\r
+#include <boost/property_tree/ptree_fwd.hpp>\r
+#include <boost/thread/future.hpp>\r
 \r
 namespace caspar { namespace core {\r
 \r
@@ -62,6 +64,8 @@ public:
        \r
        void set_video_format_desc(const video_format_desc& format_desc);\r
 \r
+       boost::unique_future<boost::property_tree::wptree> info() const;\r
+\r
 private:\r
        struct implementation;\r
        safe_ptr<implementation> impl_;\r