diff options
author | Johns <johns98@gmx.net> | 2012-02-09 16:01:36 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-02-09 16:01:36 +0100 |
commit | 8c16466d318350b769615ee365ecc2b6a85dda5d (patch) | |
tree | 4ef965fb993d373268fdae7e4e3a4bd668ef15e8 /audio.h | |
parent | ced54a5cf15e49c3da6baed3ad2a0758d2897735 (diff) | |
download | vdr-plugin-softhddevice-8c16466d318350b769615ee365ecc2b6a85dda5d.tar.gz vdr-plugin-softhddevice-8c16466d318350b769615ee365ecc2b6a85dda5d.tar.bz2 |
Set mixer channel through command line option
Diffstat (limited to 'audio.h')
-rw-r--r-- | audio.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,8 @@ extern int AudioSetup(int *, int *, int); ///< setup audio output //extern void AudioPause(void); ///< pause audio extern void AudioSetDevice(const char *); ///< set PCM audio device -extern void AudioSetDeviceAC3(const char *); ///< set Passthrough device +extern void AudioSetDeviceAC3(const char *); ///< set pass-through device +extern void AudioSetChannel(const char *); ///< set mixer channel extern void AudioInit(void); ///< setup audio module extern void AudioExit(void); ///< cleanup and exit audio module |