Changeset 4995 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Mar 17, 2015 9:59:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r4982 r4995 6640 6640 */ 6641 6641 pjmedia_format format; 6642 6643 /** 6644 * Optional output window to be used to display the video preview. 6645 * This parameter will only be used if the video device supports 6646 * PJMEDIA_VID_DEV_CAP_OUTPUT_WINDOW capability and the capability 6647 * is not read-only. 6648 */ 6649 pjmedia_vid_dev_hwnd wnd; 6642 6650 6643 6651 } pjsua_vid_preview_param;
Note: See TracChangeset
for help on using the changeset viewer.