diff options
Diffstat (limited to 'src/VLCInput.h')
-rw-r--r-- | src/VLCInput.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VLCInput.h b/src/VLCInput.h index f9cf783..e4a0557 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -83,6 +83,8 @@ class VLCInput int getRate() { return m_rate; } + int getChannels() { return m_channels; } + protected: void cleanup(void); |