From da407909879f82c15f786bda3fedda0cae892100 Mon Sep 17 00:00:00 2001 From: Maniac Date: Fri, 3 Jul 2015 22:29:41 +0200 Subject: import 0.0.4 --- setup.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 setup.h (limited to 'setup.h') diff --git a/setup.h b/setup.h new file mode 100644 index 0000000..5170ebd --- /dev/null +++ b/setup.h @@ -0,0 +1,34 @@ +////////////////////////////////////////////////////////////////////////////// +/// /// +/// This file is part of the VDR mpv plugin and licensed under AGPLv3 /// +/// /// +/// See the README file for copyright information /// +/// /// +////////////////////////////////////////////////////////////////////////////// + +#ifndef __MPV_SETUP_H +#define __MPV_SETUP_H + +#include + +class cMpvPluginSetup:public cMenuSetupPage +{ + private: + void Setup(); + virtual void Store(); + + int SetupHideMainMenuEntry; + int SetupUsePassthrough; + int SetupUseDtsHdPassthrough; + int SetupStereoDownmix; + int SetupPlaylistOnNextKey; + int SetupPlaylistIfNoChapters; + int SetupShowMediaTitle; + + public: + cMpvPluginSetup(); + virtual eOSState ProcessKey(eKeys); +}; + +#endif + -- cgit v1.2.3