diff options
Diffstat (limited to 'vdr_player.h')
-rw-r--r-- | vdr_player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vdr_player.h b/vdr_player.h index fd89db5..9cb1d6b 100644 --- a/vdr_player.h +++ b/vdr_player.h @@ -78,6 +78,9 @@ class mgPlayerControl:public cControl //! \brief indicate whether the corresponding player is active bool Active (); +//! \brief indicate whether the corresponding player is playing + bool Playing (); + //! \brief stop the corresponding player void Stop (); |