diff options
Diffstat (limited to 'vlc_input.h')
-rw-r--r-- | vlc_input.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vlc_input.h b/vlc_input.h index fbdd705..fa5d82b 100644 --- a/vlc_input.h +++ b/vlc_input.h @@ -17,10 +17,13 @@ int vlc_in_prepare( unsigned verbosity, unsigned int rate, const char* uri, - unsigned channels); + unsigned channels, + const char* icy_write_file); // Read len audio bytes into buf ssize_t vlc_in_read(void *buf, size_t len); +void vlc_in_write_icy(void); + #endif |