]> git.sesse.net Git - casparcg/blobdiff - core/video_channel.h
- Fixed diag to work with new SFML version.
[casparcg] / core / video_channel.h
index c8dc1f090e20bbef0a62e660f56ddbfc702ec00d..fb747eefea1a09abcdd61aec9e5ccf53e5df068d 100644 (file)
@@ -54,23 +54,24 @@ public:
 
        // Methods
                        
-       monitor::subject& monitor_output();
+       monitor::subject&                                               monitor_output();
 
        // Properties
 
-       const core::stage&                                       stage() const;
-       core::stage&                                             stage();
-       const core::mixer&                                       mixer() const;
-       core::mixer&                                             mixer();
-       const core::output&                                      output() const;
-       core::output&                                            output();
-                                                                                
-       core::video_format_desc                          video_format_desc() const;
-       void                                                             video_format_desc(const core::video_format_desc& format_desc);
-       
-       spl::shared_ptr<core::frame_factory> frame_factory();
+       const core::stage&                                              stage() const;
+       core::stage&                                                    stage();
+       const core::mixer&                                              mixer() const;
+       core::mixer&                                                    mixer();
+       const core::output&                                             output() const;
+       core::output&                                                   output();
+
+       core::video_format_desc                                 video_format_desc() const;
+       void                                                                    video_format_desc(const core::video_format_desc& format_desc);
+
+       spl::shared_ptr<core::frame_factory>    frame_factory();
 
-       boost::property_tree::wptree             info() const;
+       boost::property_tree::wptree                    info() const;
+       int                                                                             index() const;
 private:
        struct impl;
        spl::unique_ptr<impl> impl_;