COsdHelpers: Add function setVideoSystem()

Origin commit data
------------------
Branch: ni/coolstream
Commit: fa08347ef4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-03-05 (Sun, 05 Mar 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2017-03-05 19:49:35 +01:00
parent 3c3dde00b2
commit 24176ae699
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);
};