diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-13 17:42:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-13 18:19:32 +0200 |
| commit | c9f7228cf9b0b48744676efb87edbec0bf561856 (patch) | |
| tree | cadcc050f43e31041916b9f2b70e4240dfa52604 /src/lib/butler.h | |
| parent | e20e19866ef9ebf1c8bf483e5ea8173c18e8c602 (diff) | |
Add Butler::video_frames_in_buffer().
Diffstat (limited to 'src/lib/butler.h')
| -rw-r--r-- | src/lib/butler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h index 6bb0467af..4cc250691 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -94,6 +94,7 @@ public: boost::optional<TextRingBuffers::Data> get_closed_caption (); std::pair<size_t, std::string> memory_used () const; + Frame video_frames_in_buffer() const; private: void thread (); |
