Ignore:
Timestamp:
Aug 4, 2006 11:06:05 AM (18 years ago)
Author:
bennylp
Message:

Removed the constness of the captured frame from pjmedia_snd_rec_cb specification (experimental, to support AEC since AEC needs to modify the buffer).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/sound.h

    r531 r645  
    106106typedef pj_status_t (*pjmedia_snd_rec_cb)(/* in */   void *user_data, 
    107107                                     /* in */   pj_uint32_t timestamp, 
    108                                      /* in */   const void *input, 
     108                                     /* in */   void *input, 
    109109                                     /* in*/    unsigned size); 
    110110 
Note: See TracChangeset for help on using the changeset viewer.