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

Unified Diff: chromecast/common/media/cma_ipc_common.cc

Issue 814403002: [Chromecast] Add CmaMediaRendererFactory and IPC proxy components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: chromecast/common/media/cma_ipc_common.cc
diff --git a/chromecast/media/cma/pipeline/audio_pipeline.cc b/chromecast/common/media/cma_ipc_common.cc
similarity index 65%
copy from chromecast/media/cma/pipeline/audio_pipeline.cc
copy to chromecast/common/media/cma_ipc_common.cc
index 7d98e09f2c46cf6a1d62f9e6d8f92e26fdb2b547..12eace0d4fcdc791d6d739dec841f46b33e1bc80 100644
--- a/chromecast/media/cma/pipeline/audio_pipeline.cc
+++ b/chromecast/common/media/cma_ipc_common.cc
@@ -2,16 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromecast/media/cma/pipeline/audio_pipeline.h"
+#include "chromecast/common/media/cma_ipc_common.h"
namespace chromecast {
namespace media {
-AudioPipeline::AudioPipeline() {
-}
-
-AudioPipeline::~AudioPipeline() {
-}
+const int kNoTrackId = -1;
+const int kAudioTrackId = 0;
+const int kVideoTrackId = 1;
} // namespace media
} // namespace chromecast
+

Powered by Google App Engine
This is Rietveld 408576698