summaryrefslogtreecommitdiff
path: root/src/mpvprocess.h
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-01-21 21:34:24 +0100
committerMateusz Łukasik <mati75@linuxmint.pl>2016-01-21 21:34:24 +0100
commitba0162e8cb8a12c90ef9775f5a20a6da095a0b35 (patch)
tree5ff6c7b940c8b260fa15bc6c951486e3f5a971ec /src/mpvprocess.h
parentef3806d30c06fc3b5c2910ef4faebef27bbd6bad (diff)
Imported Upstream version 16.1.0~ds0
Diffstat (limited to 'src/mpvprocess.h')
-rw-r--r--src/mpvprocess.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mpvprocess.h b/src/mpvprocess.h
index c0c226b..a8bf9a6 100644
--- a/src/mpvprocess.h
+++ b/src/mpvprocess.h
@@ -1,5 +1,5 @@
/* smplayer, GUI front-end for mplayer.
- Copyright (C) 2006-2015 Ricardo Villalba <rvm@users.sourceforge.net>
+ Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -72,6 +72,8 @@ public:
void setSaturation(int value);
void setGamma(int value);
void setChapter(int ID);
+ void nextChapter();
+ void previousChapter();
void setExternalSubtitleFile(const QString & filename);
void setSubPos(int pos);
void setSubScale(double value);
@@ -109,6 +111,8 @@ public:
void setOSDScale(double value);
void setChannelsFile(const QString &);
+ void enableScreenshots(const QString & dir, const QString & templ = QString::null, const QString & format = QString::null);
+
QString mpvVersion() { return mpv_version; };
protected: