Ignore:
Timestamp:
Dec 10, 2015 1:58:38 AM (8 years ago)
Author:
riza
Message:

Re #1900: Initial implementation with pjsua cli/telnet sample app.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/uwp/pjmedia/include/pjmedia-audiodev/errno.h

    r4432 r5210  
    193193#define PJMEDIA_EAUD_BADLATENCY (PJMEDIA_AUDIODEV_ERRNO_START+12) /* 4200012 */ 
    194194 
    195  
    196  
    197  
     195 /************************************************************ 
     196 * General audio device error code 
     197 ***********************************************************/ 
     198 /** 
     199 * @hideinitializer 
     200 * General wasapi error 
     201 */ 
     202#define PJMEDIA_EAUD_WASAPI_ERROR \ 
     203                                (PJMEDIA_AUDIODEV_ERRNO_START+13) /* 4200013 */ 
    198204 
    199205/** 
Note: See TracChangeset for help on using the changeset viewer.