diff options
Diffstat (limited to 'vlc_input.h')
-rw-r--r-- | vlc_input.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vlc_input.h b/vlc_input.h index 1614ae3..aaf95f7 100644 --- a/vlc_input.h +++ b/vlc_input.h @@ -34,7 +34,11 @@ void handleStream( int64_t pts); // Open the VLC input -int vlc_in_prepare(unsigned verbosity, unsigned int rate, const char* uri); +int vlc_in_prepare( + unsigned verbosity, + unsigned int rate, + const char* uri, + unsigned channels); // Read len audio bytes into buf ssize_t vlc_in_read(void *buf, size_t len); |