Changeset 3167
- Timestamp:
- May 12, 2010 10:54:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/iphone/pjmedia/src/pjmedia-audiodev/coreaudio_dev.c
r3127 r3167 29 29 30 30 #define AudioDeviceID unsigned 31 32 /* For iPhone 2.x and earlier */ 33 #if __IPHONE_OS_VERSION_MIN_REQUIRED <= __IPHONE_2_2 34 #define kAudioUnitSubType_VoiceProcessingIO kAudioUnitSubType_RemoteIO 35 #define kAudioSessionProperty_OverrideCategoryEnableBluetoothInput -1 36 #endif 37 31 38 #endif 32 39 … … 40 47 #define AudioComponentInstanceDispose CloseComponent 41 48 #endif 49 42 50 43 51 #define THIS_FILE "coreaudio_dev.c" … … 724 732 725 733 if (inID == kAudioSessionProperty_AudioRouteChange) { 726 pj_status_t status;727 734 728 735 PJ_LOG(3, (THIS_FILE, "audio route changed"));
Note: See TracChangeset
for help on using the changeset viewer.