- Timestamp:
- Oct 16, 2013 10:50:36 AM (10 years ago)
- Location:
- pjproject/branches/projects/winphone
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/winphone
- Property svn:ignore
-
old new 11 11 *.opt 12 12 *.suo 13 *.sdf 14 *.opensdf 13 15 .settings 14 16 .cdtproject
-
- Property svn:ignore
-
pjproject/branches/projects/winphone/pjmedia/include/pjmedia-audiodev/errno.h
r4432 r4620 118 118 ((int)PJMEDIA_AUDIODEV_BDIMAD_ERROR_START+err) 119 119 120 /************************************************************120 /************************************************************ 121 121 * Audio Device API error codes 122 122 ***********************************************************/ … … 193 193 #define PJMEDIA_EAUD_BADLATENCY (PJMEDIA_AUDIODEV_ERRNO_START+12) /* 4200012 */ 194 194 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 */ 198 204 199 205 /**
Note: See TracChangeset
for help on using the changeset viewer.