Ignore:
Timestamp:
Mar 17, 2015 9:59:42 AM (9 years ago)
Author:
ming
Message:

Re #1786: Add support to specify output window as well for video preview param.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4982 r4995  
    66406640     */ 
    66416641    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; 
    66426650 
    66436651} pjsua_vid_preview_param; 
Note: See TracChangeset for help on using the changeset viewer.