summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2011-07-22 04:49:36 +0000
committerNanang Izzuddin <nanang@teluu.com>2011-07-22 04:49:36 +0000
commit14b2271cecf6fe8820d293cc55a6c8750182416c (patch)
tree34b9ebebbfa47842a8f0fd54f151f16656c67b68 /pjsip/include/pjsua-lib
parent53f26c0775ae2a685a21dc0318ec1a9934007326 (diff)
Re #1332: Added type definition of video window handle.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3675 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua-lib')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index bf72a4c1..beebfb19 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -5456,6 +5456,11 @@ PJ_DECL(pj_status_t) pjsua_vid_preview_stop(pjmedia_vid_dev_index id);
typedef struct pjsua_vid_win_info
{
/**
+ * Native window handle.
+ */
+ pjmedia_vid_dev_hwnd hwnd;
+
+ /**
* Window show status. The window is hidden if false.
*/
pj_bool_t show;