- Timestamp:
- Mar 30, 2010 10:55:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/iphone/pjmedia/include/pjmedia-audiodev/audiodev.h
r2506 r3127 202 202 203 203 /** Route to earpiece */ 204 PJMEDIA_AUD_DEV_ROUTE_EARPIECE = 2 204 PJMEDIA_AUD_DEV_ROUTE_EARPIECE = 2, 205 206 /** Route to paired Bluetooth device */ 207 PJMEDIA_AUD_DEV_ROUTE_BLUETOOTH = 4 205 208 206 209 } pjmedia_aud_dev_route;
Note: See TracChangeset
for help on using the changeset viewer.