From a26d0fcc0a30a28ce0e458ea275fc0787c693bc6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 8 Mar 2022 16:39:55 +0100 Subject: Save youtube watch progress and resume next time the video is played --- include/VideoPlayer.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/VideoPlayer.hpp b/include/VideoPlayer.hpp index 8764aa8..0006bfd 100644 --- a/include/VideoPlayer.hpp +++ b/include/VideoPlayer.hpp @@ -65,6 +65,7 @@ namespace QuickMedia { // Returns time in seconds Error get_time_in_file(double *result); + Error get_duration_in_file(double *result); Error add_subtitle(const std::string &url, const std::string &title, const std::string &lang); Error cycle_fullscreen(); -- cgit v1.2.3