Ignore:
Timestamp:
Oct 26, 2011 9:01:53 AM (13 years ago)
Author:
ming
Message:

Fixed #1401: Add support for video device's window flags

Now support flags PJMEDIA_VID_DEV_WND_BORDER and PJMEDIA_VID_DEV_WND_RESIZABLE.

File:
1 edited

Legend:

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

    r3850 r3864  
    27472747 
    27482748    /** 
     2749     * Specify video window's flags. The value is a bitmask combination of 
     2750     * #pjmedia_vid_dev_wnd_flag. 
     2751     * 
     2752     * Default: 0 
     2753     */ 
     2754    unsigned         vid_wnd_flags; 
     2755 
     2756    /** 
    27492757     * Specify the default capture device to be used by this account. If 
    27502758     * \a vid_out_auto_transmit is enabled, this device will be used for 
     
    57395747    pj_bool_t                   show; 
    57405748 
     5749    /** 
     5750     * Window flags.  The value is a bitmask combination of 
     5751     * #pjmedia_vid_dev_wnd_flag. 
     5752     * 
     5753     * Default: 0. 
     5754     */ 
     5755    unsigned                    wnd_flags; 
     5756 
    57415757} pjsua_vid_preview_param; 
    57425758 
Note: See TracChangeset for help on using the changeset viewer.