#include <song.h>
|
| struct tag * | tag |
| |
| struct directory * | parent |
| |
| time_t | mtime |
| |
| unsigned | start_ms |
| | Start of this sub-song within the file in milliseconds.
|
| |
| unsigned | end_ms |
| | End of this sub-song within the file in milliseconds.
|
| |
| char | uri [sizeof(int)] |
| |
Definition at line 30 of file song.h.
End of this sub-song within the file in milliseconds.
Unused if zero.
Definition at line 44 of file song.h.
Start of this sub-song within the file in milliseconds.
Definition at line 38 of file song.h.
| char song::uri[sizeof(int)] |
The documentation for this struct was generated from the following file: