- Timestamp:
- Sep 9, 2011 9:51:10 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjmedia/include/pjmedia-audiodev/config.h
r3553 r3748 146 146 147 147 /** 148 * This setting controls whether the Symbian audio with built-in multimedia 149 * framework backend should be started synchronously. Note that synchronous 150 * start will block the application/UI, e.g: about 40ms for each direction 151 * on N95. While asynchronous start may cause invalid value (always zero) 152 * returned in input/output volume query, if the query is performed when 153 * the internal start procedure is not completely finished. 154 * 155 * Default: 1 (yes) 156 */ 157 #ifndef PJMEDIA_AUDIO_DEV_MDA_USE_SYNC_START 158 # define PJMEDIA_AUDIO_DEV_MDA_USE_SYNC_START 1 159 #endif 160 161 162 /** 148 163 * This setting controls whether the Audio Device API should support 149 164 * device implementation that is based on the old sound device API
Note: See TracChangeset
for help on using the changeset viewer.