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

Unified Diff: media/audio/audio_output_stream_sink.cc

Issue 1809093003: Moving SwitchOutputDevice out of OutputDevice interface, eliminating OutputDevice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 | « media/audio/audio_output_stream_sink.h ('k') | media/audio/audio_parameters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_output_stream_sink.cc
diff --git a/media/audio/audio_output_stream_sink.cc b/media/audio/audio_output_stream_sink.cc
index 460dedecf05c902729a0f278ec7cd7de27816e76..3acc6a8947ede20607e05589e6ebddcdf54768b2 100644
--- a/media/audio/audio_output_stream_sink.cc
+++ b/media/audio/audio_output_stream_sink.cc
@@ -73,8 +73,8 @@ bool AudioOutputStreamSink::SetVolume(double volume) {
return true;
}
-OutputDevice* AudioOutputStreamSink::GetOutputDevice() {
- return nullptr;
+OutputDeviceInfo AudioOutputStreamSink::GetOutputDeviceInfo() {
+ return OutputDeviceInfo();
}
int AudioOutputStreamSink::OnMoreData(AudioBus* dest,
« no previous file with comments | « media/audio/audio_output_stream_sink.h ('k') | media/audio/audio_parameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698