summaryrefslogtreecommitdiff
path: root/src/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.cpp')
-rw-r--r--src/device.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/device.cpp b/src/device.cpp
index ec0a0d6..22c6756 100644
--- a/src/device.cpp
+++ b/src/device.cpp
@@ -413,6 +413,14 @@ namespace audiere {
m_device->clearCallbacks();
}
+ void ADR_CALL pause() {
+ m_device->pause();
+ }
+
+ void ADR_CALL resume() {
+ m_device->resume();
+ }
+
private:
void run() {
ADR_GUARD("ThreadedDevice::run");