AudioScrobbler submission. More...

Go to the source code of this file.
Functions | |
| void | scrobbler_init (void) |
| Initialize locking for the AudioScrobbler submission thread. | |
| void | scrobbler_spawn (void) |
| Spawn an AudioScrobbler submission thread. | |
| void | scrobbler_shutdown (void) |
| Shut down the AudioScrobbler submission thread. | |
| void | scrobbler_notify_read (struct audio_file *fd, int eof) |
| Notify the AudioScrobbler thread that a read from the file has been performed. | |
| void | scrobbler_notify_seek (struct audio_file *fd) |
| Notify the AudioScrobbler thread that a seek on the file has been performed. | |
AudioScrobbler submission.
Definition in file scrobbler.h.
1.6.3