implement GetVideoSystem

This commit is contained in:
TangoCash
2017-06-09 13:25:49 +02:00
parent ddc3bf3d30
commit 23afdef65c
2 changed files with 37 additions and 0 deletions

View File

@@ -182,6 +182,9 @@ class cVideo
int Stop(bool blank = true);
bool Pause(void);
/* get video system infos */
int GetVideoSystem();
/* set video_system */
int SetVideoSystem(int video_system, bool remember = true);
int SetStreamType(VIDEO_FORMAT type);