XMMS2
|
The mediainfo reader. More...
Functions | |
xmms_mediainfo_reader_t * | xmms_mediainfo_reader_start (void) |
Start a new mediainfo reader thread. | |
void | xmms_mediainfo_reader_wakeup (xmms_mediainfo_reader_t *mr) |
Wake the reader thread and start process the entries. |
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.
Start a new mediainfo reader thread.
Definition at line 67 of file mediainfo.c.
Referenced by xmms_playlist_init().
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.