Ignore:
Timestamp:
Sep 15, 2014 8:59:46 AM (10 years ago)
Author:
ming
Message:

Fixed #1786: Add support to specify video format when opening video preview

File:
1 edited

Legend:

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

    r4920 r4921  
    65656565     */ 
    65666566    unsigned                    wnd_flags; 
     6567     
     6568    /** 
     6569     * Media format. Initialize this with #pjmedia_format_init_video(). 
     6570     * If left unitialized, this parameter will not be used. 
     6571     */ 
     6572    pjmedia_format              format; 
    65676573 
    65686574} pjsua_vid_preview_param; 
Note: See TracChangeset for help on using the changeset viewer.