stats Struct Reference
#include <stats.h>
Data Fields |
GTimer * | timer |
unsigned | song_count |
| number of song files in the music directory
|
unsigned long | song_duration |
| sum of all song durations in the music directory (in seconds)
|
unsigned | artist_count |
| number of distinct artist names in the music directory
|
unsigned | album_count |
| number of distinct album names in the music directory
|
Detailed Description
Definition at line 27 of file stats.h.
Field Documentation
number of distinct album names in the music directory
Definition at line 41 of file stats.h.
number of distinct artist names in the music directory
Definition at line 38 of file stats.h.
number of song files in the music directory
Definition at line 31 of file stats.h.
sum of all song durations in the music directory (in seconds)
Definition at line 35 of file stats.h.
The documentation for this struct was generated from the following file: