musicus mpd client 0.1d
|
#include <definitions.h>
Data Fields | |
gboolean | random |
True if random playback enabled. | |
gboolean | repeat |
True if repeating playback enabled. | |
gint | xfade |
0 if crossfade disabled, otherwise crossfade time in seconds | |
gboolean | update |
is database updating |
The MpdPlayState struct holds information about playback settings in mpd
gboolean MpdPlayState::random |
True if random playback enabled.
gboolean MpdPlayState::repeat |
True if repeating playback enabled.
gboolean MpdPlayState::update |
is database updating
gint MpdPlayState::xfade |
0 if crossfade disabled, otherwise crossfade time in seconds