Ignore:
Timestamp:
Feb 18, 2009 8:14:15 PM (15 years ago)
Author:
bennylp
Message:

Added audiotest and initial work on audio demo sample

File:
1 edited

Legend:

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

    r2459 r2463  
    226226     * The underlying driver name  
    227227     */ 
    228     char driver[64]; 
     228    char driver[128]; 
    229229 
    230230    /**  
     
    409409 */ 
    410410PJ_DECL(pj_status_t) pjmedia_aud_subsys_init(pj_pool_factory *pf); 
     411 
     412 
     413/** 
     414 * Get the pool factory registered to the audio subsystem. 
     415 * 
     416 * @return              The pool factory. 
     417 */ 
     418PJ_DECL(pj_pool_factory*) pjmedia_aud_subsys_get_pool_factory(void); 
    411419 
    412420 
Note: See TracChangeset for help on using the changeset viewer.