diff options
Diffstat (limited to 'src/app/xineEngine.h')
-rw-r--r-- | src/app/xineEngine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/xineEngine.h b/src/app/xineEngine.h index 168080d..d934acc 100644 --- a/src/app/xineEngine.h +++ b/src/app/xineEngine.h @@ -62,6 +62,7 @@ namespace Codeine uint time() const { return posTimeLength( Time ); } uint length() const { return posTimeLength( Length ); } + bool isMuted() const; uint volume() const; const Engine::Scope &scope(); @@ -78,6 +79,7 @@ namespace Codeine ///special slot, see implementation to facilitate understanding void setStreamParameter( int ); + void setMuted(bool); signals: void stateChanged( Engine::State ); |