Ignore:
Timestamp:
Jul 13, 2011 8:51:10 AM (13 years ago)
Author:
nanang
Message:

Re #1263:

  • Renamed API pjsua_call_set_vid_out() with pjsua_call_set_vid_strm().
  • Implemented initial version of the function, features covered:
    • add, remove video media stream during the call
    • change which device to use during the call
    • start/stop video stream transmission
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjsip/include/pjsua-lib/pjsua_internal.h

    r3632 r3634  
    7575            pjsua_vid_win_id     cap_win_id;/**< The video capture window   */ 
    7676            pjsua_vid_win_id     rdr_win_id;/**< The video render window    */ 
     77            pjmedia_vid_dev_index cap_dev;  /**< The video capture device   */ 
     78            pjmedia_vid_dev_index rdr_dev;  /**< The video-in render device */ 
    7779        } v; 
    7880 
Note: See TracChangeset for help on using the changeset viewer.