]> git.sesse.net Git - casparcg/blobdiff - core/frame/draw_frame.h
Merged INFO DELAY from 2.0
[casparcg] / core / frame / draw_frame.h
index 8ffae33ab8b9e5eeb2cc4ff2981e3133037b1581..8e2de81d1b50127f2e5dd95c8a9f2d31b5863d75 100644 (file)
@@ -62,7 +62,9 @@ public:
        void swap(draw_frame& other);   
        
        void accept(frame_visitor& visitor) const;
-
+       
+       int64_t get_and_record_age_millis();
+       
        bool operator==(const draw_frame& other) const;
        bool operator!=(const draw_frame& other) const;