diff options
Diffstat (limited to 'mg_playlist.h')
| -rw-r--r-- | mg_playlist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mg_playlist.h b/mg_playlist.h index c5dd5fc..0c32297 100644 --- a/mg_playlist.h +++ b/mg_playlist.h @@ -76,6 +76,11 @@ public: //! \brief toggle the shuffle mode. ShuffleMode toggleShuffleMode( ); + //! \brief report the loop mode. + LoopMode getLoopMode( ) const { return m_loop_mode; } + + //! \brief report the shuffle mode. + ShuffleMode getShuffleMode( ) const { return m_shuffle_mode; } //@} //! \brief modify playlist items |
