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

Unified Diff: chromecast/media/base/audio_device_ids.h

Issue 2712883006: [Chromecast] Add new volume control API to CastMediaShlib (Closed)
Patch Set: rebase Created 3 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 | « chromecast/media/audio/cast_audio_output_stream.cc ('k') | chromecast/media/base/audio_device_ids.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/base/audio_device_ids.h
diff --git a/chromecast/media/base/audio_device_ids.h b/chromecast/media/base/audio_device_ids.h
index f8d639a173343986fbe9d9be3e2bfaccb0b9acc5..845a67931fb416eb135a81213445a69cedfa25af 100644
--- a/chromecast/media/base/audio_device_ids.h
+++ b/chromecast/media/base/audio_device_ids.h
@@ -8,13 +8,14 @@
namespace chromecast {
namespace media {
+// Local-only audio (don't send over multiroom).
+extern const char kLocalAudioDeviceId[];
+
extern const char kAlarmAudioDeviceId[];
-extern const char kEarconAudioDeviceId[];
-extern const char kTtsAudioDeviceId[];
-const int kDefaultAudioStreamType = 0;
-const int kAlarmAudioStreamType = 1;
-const int kTtsAudioStreamType = 2;
+// TODO(kmackay|bshaya) Remove this, just use
+// ::media::AudioDeviceDescription::kCommunicationsDeviceId.
+extern const char kTtsAudioDeviceId[];
} // namespace media
} // namespace chromecast
« no previous file with comments | « chromecast/media/audio/cast_audio_output_stream.cc ('k') | chromecast/media/base/audio_device_ids.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698