Ignore:
Timestamp:
Mar 11, 2011 6:57:24 AM (13 years ago)
Author:
ming
Message:

Fixed #1204: Support for refreshing audio device list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-audiodev/audiodev_imp.h

    r2506 r3438  
    9393                                 pjmedia_aud_stream **p_aud_strm); 
    9494 
     95    /** 
     96     * Refresh the list of audio devices installed in the system. 
     97     * 
     98     * @param f         The audio device factory. 
     99     */ 
     100    pj_status_t (*refresh)(pjmedia_aud_dev_factory *f); 
     101 
    95102} pjmedia_aud_dev_factory_op; 
    96103 
Note: See TracChangeset for help on using the changeset viewer.