XMMS2
|
The mediainfo reader. More...
Functions | |
xmms_mediainfo_reader_t * | xmms_mediainfo_reader_start (void) |
Start a new mediainfo reader thread. More... | |
void | xmms_mediainfo_reader_wakeup (xmms_mediainfo_reader_t *mr) |
Wake the reader thread and start process the entries. More... | |
The mediainfo reader.
When a item is added to the playlist the mediainfo reader will start extracting the information from this entry and update it if additional information is found.
xmms_mediainfo_reader_t* xmms_mediainfo_reader_start | ( | void | ) |
Start a new mediainfo reader thread.
Definition at line 67 of file mediainfo.c.
void xmms_mediainfo_reader_wakeup | ( | xmms_mediainfo_reader_t * | mr | ) |
Wake the reader thread and start process the entries.
Definition at line 111 of file mediainfo.c.