working on interface

This commit is contained in:
lostjared
2018-03-16 19:48:24 -07:00
parent cabd794a52
commit d494164d0d
4 changed files with 52 additions and 5 deletions

View File

@@ -31,9 +31,11 @@ private:
bool isPaused, isStep;
VideoMode mode;
int device_num;
unsigned int red, green, blue;
public:
Playback(QObject *parent = 0);
~Playback();
void setRGB(int r, int g, int b);
void Play();
void Stop();
void Release();