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

Unified Diff: chromecast/media/audio/cast_audio_manager.cc

Issue 2538793002: Log audio system used to WebRTC log. (Closed)
Patch Set: Code review. Created 4 years 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 | « chromecast/media/audio/cast_audio_manager.h ('k') | media/audio/alsa/audio_manager_alsa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/audio/cast_audio_manager.cc
diff --git a/chromecast/media/audio/cast_audio_manager.cc b/chromecast/media/audio/cast_audio_manager.cc
index 230a1f9695794b67d35ebe6b41bacda7112683cc..fbad984fea8ee3f12b9e8c5188e84687ede1b228 100644
--- a/chromecast/media/audio/cast_audio_manager.cc
+++ b/chromecast/media/audio/cast_audio_manager.cc
@@ -83,6 +83,10 @@ void CastAudioManager::GetAudioInputDeviceNames(
::media::CHANNEL_LAYOUT_STEREO, 48000, 16, 1024);
}
+const char* CastAudioManager::GetName() {
+ return "Cast";
+}
+
std::unique_ptr<MediaPipelineBackend>
CastAudioManager::CreateMediaPipelineBackend(
const MediaPipelineDeviceParams& params) {
« no previous file with comments | « chromecast/media/audio/cast_audio_manager.h ('k') | media/audio/alsa/audio_manager_alsa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698