]> git.sesse.net Git - casparcg/blobdiff - core/producer/layer.h
2.0.2: Improved INFO.
[casparcg] / core / producer / layer.h
index 45eda8dadbecb7beb7ebbdd63edbc4c345157ac8..cd8e57e6ca3e2000087a691d3d2d8b1c3608cf83 100644 (file)
@@ -24,6 +24,7 @@
 \r
 #include <boost/noncopyable.hpp>\r
 #include <boost/thread/future.hpp>\r
+#include <boost/property_tree/ptree_fwd.hpp>\r
 \r
 #include <string>\r
 \r
@@ -71,6 +72,8 @@ public:
        safe_ptr<frame_producer> background() const; // nothrow\r
 \r
        safe_ptr<basic_frame> receive(); // nothrow\r
+\r
+       boost::property_tree::wptree info() const;\r
 private:\r
        struct implementation;\r
        safe_ptr<implementation> impl_;\r