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

Unified Diff: content/renderer/media/html_audio_element_capturer_source.h

Issue 2025643002: Fixing HtmlAudioElementCapturerSource::OnAudioBus() to accept delay frames intead of milliseconds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | content/renderer/media/html_audio_element_capturer_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/html_audio_element_capturer_source.h
diff --git a/content/renderer/media/html_audio_element_capturer_source.h b/content/renderer/media/html_audio_element_capturer_source.h
index 2bbfb3c22db253f20cc05679eafab4b66005d7b9..48ea500683216d8da17bc132a7ab3a5f1e9d9eff 100644
--- a/content/renderer/media/html_audio_element_capturer_source.h
+++ b/content/renderer/media/html_audio_element_capturer_source.h
@@ -43,7 +43,7 @@ class CONTENT_EXPORT HtmlAudioElementCapturerSource final
// To act as an WebAudioSourceProviderImpl::CopyAudioCB.
void OnAudioBus(std::unique_ptr<media::AudioBus> audio_bus,
- uint32_t delay_milliseconds,
+ uint32_t frames_delayed,
int sample_rate);
scoped_refptr<media::WebAudioSourceProviderImpl> audio_source_;
« no previous file with comments | « no previous file | content/renderer/media/html_audio_element_capturer_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698