summaryrefslogtreecommitdiff
path: root/audio.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2014-06-04 19:32:44 +0200
committerJohns <johns98@gmx.net>2014-06-04 19:32:44 +0200
commit5207af6b2da0df19a58db4932811d38526fde51b (patch)
tree610de58ab507e054dfb062ecfbe551a6e389063e /audio.h
parent90538ebfa9e9fb29aab6a969cf812e045b2a37d8 (diff)
downloadvdr-plugin-softhddevice-5207af6b2da0df19a58db4932811d38526fde51b.tar.gz
vdr-plugin-softhddevice-5207af6b2da0df19a58db4932811d38526fde51b.tar.bz2
Fix last commit.
Diffstat (limited to 'audio.h')
-rw-r--r--audio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio.h b/audio.h
index 30fefae..da05575 100644
--- a/audio.h
+++ b/audio.h
@@ -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