COsdHelpers: Add function setVideoSystem()

This commit is contained in:
M. Liebmann
2017-03-05 19:49:35 +01:00
parent 53460e54da
commit fa08347ef4
5 changed files with 49 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ class COsdHelpers
int isVideoSystem1080(int res);
int getVideoSystem();
uint32_t getOsdResolution();
int setVideoSystem(int newSystem, bool remember = true);
};