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

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

Issue 1610473002: MediaRecorder: wire the bitRate settings in Blink and content (2nd go) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: content/renderer/media/audio_track_recorder.h
diff --git a/content/renderer/media/audio_track_recorder.h b/content/renderer/media/audio_track_recorder.h
index 353331cec0f12d3955df45b82d0cdf9cb08ba38c..1d1a395caa51d33e49628ddab111b831bfb79210 100644
--- a/content/renderer/media/audio_track_recorder.h
+++ b/content/renderer/media/audio_track_recorder.h
@@ -37,7 +37,8 @@ class CONTENT_EXPORT AudioTrackRecorder
base::TimeTicks capture_time)>;
AudioTrackRecorder(const blink::WebMediaStreamTrack& track,
- const OnEncodedAudioCB& on_encoded_audio_cb);
+ const OnEncodedAudioCB& on_encoded_audio_cb,
+ int32_t bits_per_second);
~AudioTrackRecorder() override;
// Implement MediaStreamAudioSink.
« no previous file with comments | « no previous file | content/renderer/media/audio_track_recorder.cc » ('j') | content/renderer/media/video_track_recorder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698