diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-04-16 22:04:05 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-04-16 22:04:05 +0200 |
commit | 7915927daf3736725ec335c0c7b8677dc8e8c6ca (patch) | |
tree | d8ee81158164b6488242715e0d3ad5bf8a5725f4 /dxr3device.h | |
parent | b06b679a780f8ab0f636e94abd38f2090829b713 (diff) | |
download | vdr-plugin-dxr3-7915927daf3736725ec335c0c7b8677dc8e8c6ca.tar.gz vdr-plugin-dxr3-7915927daf3736725ec335c0c7b8677dc8e8c6ca.tar.bz2 |
implement flush in audio drivers
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dxr3device.h b/dxr3device.h index 1732c03..aa26f25 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -95,6 +95,7 @@ public: void clearButton(); int ossSetPlayMode(uint32_t mode); + int ossFlush(); // observer virtual void settingsChange(SettingsChange change); |