add GetVideoSystem()

This commit is contained in:
Jacek Jendrzej
2017-06-18 13:15:35 +02:00
parent d1569e6114
commit 41212e3c1a
3 changed files with 20 additions and 0 deletions

View File

@@ -180,6 +180,8 @@ class cVideo
int Stop(bool blank = true);
bool Pause(void);
int GetVideoSystem();
/* set video_system */
int SetVideoSystem(int video_system, bool remember = true);
int SetStreamType(VIDEO_FORMAT type);