Ignore:
Timestamp:
Feb 18, 2009 1:55:03 PM (15 years ago)
Author:
bennylp
Message:

Added WMME device in audiodev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/aps-direct/pjmedia/include/pjmedia-audiodev/audiodev_imp.h

    r2458 r2459  
    6161     * 
    6262     * @param f         The audio device factory. 
    63      * @param id        The audio device ID. 
     63     * @param index     Device index. 
    6464     * @param info      The audio device information structure which will be 
    6565     *                  initialized by this function once it returns  
     
    6767     */ 
    6868    pj_status_t (*get_dev_info)(pjmedia_aud_dev_factory *f,  
    69                                 pjmedia_aud_dev_id id, 
     69                                unsigned index, 
    7070                                pjmedia_aud_dev_info *info); 
    7171 
     
    7575     * 
    7676     * @param f         The audio device factory. 
    77      * @param id        Device ID. 
     77     * @param index     Device index. 
    7878     * @param param     The audio device parameter. 
    7979     */ 
    8080    pj_status_t (*default_param)(pjmedia_aud_dev_factory *f, 
    81                                  pjmedia_aud_dev_id id, 
     81                                 unsigned index, 
    8282                                 pjmedia_aud_dev_param *param); 
    8383 
     
    167167 
    168168 
     169 
     170 
    169171/** 
    170172 * @} 
Note: See TracChangeset for help on using the changeset viewer.