From 1c31d2937cd67c0e5e2f9cbc9dc48f5ae7d893ea Mon Sep 17 00:00:00 2001 From: Matthias Braendli Date: Thu, 18 Jun 2015 14:00:00 +0200 Subject: Add write ICY text into file --- vlc_input.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vlc_input.h') 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 -- cgit v1.2.3