Ignore:
Timestamp:
Jun 21, 2011 9:33:01 AM (13 years ago)
Author:
ming
Message:

Re #1312: Support for refreshing video device list
Add pjmedia-videodev API: pjmedia_vid_dev_refresh() and its implementation for Windows and Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia-videodev/videodev_imp.h

    r3489 r3592  
    9191                                 void *user_data, 
    9292                                 pjmedia_vid_dev_stream **p_vid_strm); 
     93 
     94    /** 
     95     * Refresh the list of video devices installed in the system. 
     96     * 
     97     * @param f         The video device factory. 
     98     */ 
     99    pj_status_t (*refresh)(pjmedia_vid_dev_factory *f); 
    93100 
    94101} pjmedia_vid_dev_factory_op; 
Note: See TracChangeset for help on using the changeset viewer.