summaryrefslogtreecommitdiffstats
path: root/src/VLCInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VLCInput.h')
-rw-r--r--src/VLCInput.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/VLCInput.h b/src/VLCInput.h
index f0212ab..c727fdf 100644
--- a/src/VLCInput.h
+++ b/src/VLCInput.h
@@ -126,9 +126,11 @@ class VLCInput : public InputInterface
uint8_t** pp_pcm_buffer,
size_t size);
- /*! Notification from VLC that the buffer is now filled
+ /*! Notification from VLC that the buffer is now filled.
+ * VLC also tells us how many channels and how many
+ * samples
*/
- void postRender_cb();
+ void postRender_cb(unsigned int channels, size_t size);
int getRate() { return m_rate; }