diff options
Diffstat (limited to 'src/yuv_draw.h')
-rw-r--r-- | src/yuv_draw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuv_draw.h b/src/yuv_draw.h index 9c5b84a..651eb8e 100644 --- a/src/yuv_draw.h +++ b/src/yuv_draw.h @@ -46,6 +46,7 @@ public: void setTopText(char* text); void setBottomText(char* text); + void mute(bool muted); void draw(); |