summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia-videodev/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/include/pjmedia-videodev/config.h')
-rw-r--r--pjmedia/include/pjmedia-videodev/config.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia-videodev/config.h b/pjmedia/include/pjmedia-videodev/config.h
index 1e097cd7..fcb0b0c8 100644
--- a/pjmedia/include/pjmedia-videodev/config.h
+++ b/pjmedia/include/pjmedia-videodev/config.h
@@ -55,6 +55,25 @@ PJ_BEGIN_DECL
#if defined(PJMEDIA_HAS_VIDEO) && (PJMEDIA_HAS_VIDEO != 0)
/**
+ * This setting controls the maximum number of supported video device drivers.
+ *
+ * Default: 8
+ */
+#ifndef PJMEDIA_VID_DEV_MAX_DRIVERS
+# define PJMEDIA_VID_DEV_MAX_DRIVERS 8
+#endif
+
+/**
+ * This setting controls the maximum number of supported video devices.
+ *
+ * Default: 16
+ */
+#ifndef PJMEDIA_VID_DEV_MAX_DEVS
+# define PJMEDIA_VID_DEV_MAX_DEVS 16
+#endif
+
+
+/**
* This setting controls whether OpenGL for iOS should be included.
*
* Default: 0 (or detected by configure)