diff options
| author | Eric Laurent <elaurent@google.com> | 2009-05-22 09:18:15 -0700 |
|---|---|---|
| committer | Eric Laurent <elaurent@google.com> | 2009-05-26 07:44:28 -0700 |
| commit | 4bc035a65cac177be9294e69f110497e3b6e34e6 (patch) | |
| tree | 634b5bde8fc4cae5a7b77ee3cde01f04bc9ae7fc /include/media/IAudioFlinger.h | |
| parent | a5f158bdde77f8d173d1f1c95d0f92405c519b0f (diff) | |
| download | frameworks_base-4bc035a65cac177be9294e69f110497e3b6e34e6.zip frameworks_base-4bc035a65cac177be9294e69f110497e3b6e34e6.tar.gz frameworks_base-4bc035a65cac177be9294e69f110497e3b6e34e6.tar.bz2 | |
Fix issue 1846343 - part 1
This change is the first part of a fix for issue 1846343, :
- Added new enum values for input sources in AudioRecord and MediaRecorder for voice uplink, downlink and uplink+downlink sources.
- renamed streamType to inputSource in all native functions handling audio record.
A second change is required in opencore author driver and android audio input to completely fix the issue.
Diffstat (limited to 'include/media/IAudioFlinger.h')
| -rw-r--r-- | include/media/IAudioFlinger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/IAudioFlinger.h b/include/media/IAudioFlinger.h index 6f13fe0..3e59d85 100644 --- a/include/media/IAudioFlinger.h +++ b/include/media/IAudioFlinger.h @@ -54,7 +54,7 @@ public: virtual sp<IAudioRecord> openRecord( pid_t pid, - int streamType, + int inputSource, uint32_t sampleRate, int format, int channelCount, |
