Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(978)

Unified Diff: media/audio/android/audio_record_input.h

Issue 2689483006: Switch browser side audio capture path to use base time primitives. (Closed)
Patch Set: Bloop Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/audio/android/audio_record_input.h
diff --git a/media/audio/android/audio_record_input.h b/media/audio/android/audio_record_input.h
index 1e9f0ebd0874ced866a485b6f2674aa05acabde8..83ad6a36ee16e80f1b397c890706ebc0640dec9e 100644
--- a/media/audio/android/audio_record_input.h
+++ b/media/audio/android/audio_record_input.h
@@ -50,7 +50,7 @@ class MEDIA_EXPORT AudioRecordInputStream : public AudioInputStream {
void OnData(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
jint size,
- jint hardware_delay_bytes);
+ jint hardware_delay_ms);
// Called from Java so that we can cache the address of the Java-managed
// |byte_buffer| in |direct_buffer_address_|.

Powered by Google App Engine
This is Rietveld 408576698