mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-20 21:59:58 +01:00
working on interface
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user