diff options
author | Johns <johns98@gmx.net> | 2014-06-04 19:32:44 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2014-06-04 19:32:44 +0200 |
commit | 5207af6b2da0df19a58db4932811d38526fde51b (patch) | |
tree | 610de58ab507e054dfb062ecfbe551a6e389063e /audio.h | |
parent | 90538ebfa9e9fb29aab6a969cf812e045b2a37d8 (diff) | |
download | vdr-plugin-softhddevice-5207af6b2da0df19a58db4932811d38526fde51b.tar.gz vdr-plugin-softhddevice-5207af6b2da0df19a58db4932811d38526fde51b.tar.bz2 |
Fix last commit.
Diffstat (limited to 'audio.h')
-rw-r--r-- | audio.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ /// /// @file audio.h @brief Audio module headerfile /// -/// Copyright (c) 2009 - 2013 by Johns. All Rights Reserved. +/// Copyright (c) 2009 - 2014 by Johns. All Rights Reserved. /// /// Contributor(s): /// @@ -52,6 +52,7 @@ extern void AudioSetDevice(const char *); ///< set PCM audio device /// set pass-through device extern void AudioSetPassthroughDevice(const char *); extern void AudioSetChannel(const char *); ///< set mixer channel +extern void AudioSetAutoAES(int); ///< set automatic AES flag handling extern void AudioInit(void); ///< setup audio module extern void AudioExit(void); ///< cleanup and exit audio module |