diff options
| author | Glenn Kasten <gkasten@google.com> | 2012-03-06 18:48:58 -0800 |
|---|---|---|
| committer | Glenn Kasten <gkasten@google.com> | 2012-03-08 18:04:38 -0800 |
| commit | aadb8f72e49046c8aac8d60d5411f8ca30bd167a (patch) | |
| tree | 0b6e6d40a889399ba2210acc781f825bfa56cfde | |
| parent | 01e4a8ff63523bba5c8f919a72e0adb66daf4b98 (diff) | |
| download | android_frameworks_wilhelm-aadb8f72e49046c8aac8d60d5411f8ca30bd167a.tar.gz android_frameworks_wilhelm-aadb8f72e49046c8aac8d60d5411f8ca30bd167a.tar.bz2 android_frameworks_wilhelm-aadb8f72e49046c8aac8d60d5411f8ca30bd167a.zip | |
Use AudioRecord::record_flags consistently
Change-Id: Ibb185b1c461df2c17061a8a0d62cba0611a89e1e
| -rw-r--r-- | src/android/AudioRecorder_to_android.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/AudioRecorder_to_android.cpp b/src/android/AudioRecorder_to_android.cpp index 16566c0..e288a6e 100644 --- a/src/android/AudioRecorder_to_android.cpp +++ b/src/android/AudioRecorder_to_android.cpp @@ -401,7 +401,7 @@ SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async) { sles_to_android_channelMaskIn(ar->mNumChannels, 0 /*no channel mask*/), // channel config 0, //frameCount min - 0, // flags + (android::AudioRecord::record_flags) 0, // flags audioRecorder_callback,// callback_t (void*)ar, // user, callback data, here the AudioRecorder 0, // notificationFrames |
