summaryrefslogtreecommitdiff
path: root/orkbasecxx/CapturePluginProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/CapturePluginProxy.h')
-rw-r--r--orkbasecxx/CapturePluginProxy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/orkbasecxx/CapturePluginProxy.h b/orkbasecxx/CapturePluginProxy.h
index a3d4257..3ce7e46 100644
--- a/orkbasecxx/CapturePluginProxy.h
+++ b/orkbasecxx/CapturePluginProxy.h
@@ -31,6 +31,8 @@ public:
void StartCapture(CStdString& party, CStdString& orkuid);
void PauseCapture(CStdString& party, CStdString& orkuid);
void StopCapture(CStdString& party);
+ void SetOnHold(CStdString& party, CStdString& orkuid);
+ void SetOffHold(CStdString& party, CStdString& orkuid);
static void __CDECL__ AudioChunkCallBack(AudioChunkRef chunkRef, CStdString& capturePort);
static void __CDECL__ CaptureEventCallBack(CaptureEventRef eventRef, CStdString& capturePort);
@@ -46,6 +48,8 @@ private:
StartCaptureFunction m_startCaptureFunction;
StopCaptureFunction m_stopCaptureFunction;
PauseCaptureFunction m_pauseCaptureFunction;
+ SetOnHoldFunction m_setOnHoldFunction;
+ SetOffHoldFunction m_setOffHoldFunction;
ACE_DLL m_dll;
bool m_loaded;