summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-12-10 04:19:16 +0000
committerHenri Herscher <henri@oreka.org>2005-12-10 04:19:16 +0000
commit1a3c290941ab8e79d70178194f70e3ed3ec2dbe9 (patch)
treec60beae0db627637d2373c74950330cc6fb36f1b /orkaudio/audiocaptureplugins/voip/VoIpConfig.h
parent63e3499fd7ab68e79c9b4d85a2aa92fbfbf73d92 (diff)
VoIP plugin can now monitor multiple devices at the samle time
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@104 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/VoIpConfig.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/VoIpConfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/orkaudio/audiocaptureplugins/voip/VoIpConfig.h b/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
index 7bea647..5e799d5 100644
--- a/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
+++ b/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
@@ -35,8 +35,10 @@ public:
bool IsPartOfLan(struct in_addr);
bool IsMediaGateway(struct in_addr);
+ bool IsDeviceWanted(CStdString device);
- CStdString m_device;
+ CStdString m_device; // old style but can still be used for specifying single device
+ std::list<CStdString> m_devices; // new style devices csv
std::list<unsigned int> m_mediaGateways;
std::list<CStdString> m_asciiMediaGateways;
std::list<unsigned int> m_lanMasks;