diff options
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h index 6859116..988f460 100644 --- a/src/frame.h +++ b/src/frame.h @@ -43,6 +43,8 @@ public: unsigned int bitrate; + bool mute; + bool shoot; int freeze; // 1 is freeze, -1 is unfreeze bool record; |