diff options
author | Johns <johns98@gmx.net> | 2013-02-11 16:53:51 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-02-11 16:53:51 +0100 |
commit | 2cd667fb4435e5373b8ba2b6bb93144248aae231 (patch) | |
tree | 8340dd09055615bbba1a02d07c42620c7d9d15ae /audio.h | |
parent | 145d65ff015a4f0aba470d73e7f113b9c46d189a (diff) | |
download | vdr-plugin-softhddevice-2cd667fb4435e5373b8ba2b6bb93144248aae231.tar.gz vdr-plugin-softhddevice-2cd667fb4435e5373b8ba2b6bb93144248aae231.tar.bz2 |
Improved pass-through (PCM+EAC3) support.
Diffstat (limited to 'audio.h')
-rw-r--r-- | audio.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ /// /// @file audio.h @brief Audio module headerfile /// -/// Copyright (c) 2009 - 2012 by Johns. All Rights Reserved. +/// Copyright (c) 2009 - 2013 by Johns. All Rights Reserved. /// /// Contributor(s): /// @@ -48,7 +48,9 @@ extern void AudioSetCompression(int, int); ///< set compression parameters extern void AudioSetStereoDescent(int); ///< set stereo loudness descent extern void AudioSetDevice(const char *); ///< set PCM audio device -extern void AudioSetDeviceAC3(const char *); ///< set pass-through device + + /// set pass-through device +extern void AudioSetPassthroughDevice(const char *); extern void AudioSetChannel(const char *); ///< set mixer channel extern void AudioInit(void); ///< setup audio module extern void AudioExit(void); ///< cleanup and exit audio module |