[email protected] | e265ad7 | 2012-03-16 17:28:03 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | cb3b1f931 | 2010-06-07 19:58:23 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include "remoting/base/constants.h" | ||||
6 | |||||
7 | namespace remoting { | ||||
8 | |||||
[email protected] | cdf8c57 | 2010-08-04 23:04:05 | [diff] [blame] | 9 | const char kChromotingXmlNamespace[] = "google:remoting"; |
10 | |||||
[email protected] | b55a55f | 2012-06-15 00:58:37 | [diff] [blame] | 11 | const char kAudioChannelName[] = "audio"; |
[email protected] | 22aae95 | 2011-09-12 23:47:51 | [diff] [blame] | 12 | const char kControlChannelName[] = "control"; |
13 | const char kEventChannelName[] = "event"; | ||||
[email protected] | 182ec8f2 | 2011-08-11 02:14:35 | [diff] [blame] | 14 | const char kVideoChannelName[] = "video"; |
sergeyu | 360f5bae | 2016-07-22 18:54:45 | [diff] [blame] | 15 | const char kVideoStatsChannelNamePrefix[] = "video_stats:"; |
[email protected] | 182ec8f2 | 2011-08-11 02:14:35 | [diff] [blame] | 16 | |
[email protected] | 8640956 | 2012-03-30 01:40:48 | [diff] [blame] | 17 | const char kMimeTypeTextUtf8[] = "text/plain; charset=UTF-8"; |
[email protected] | e265ad7 | 2012-03-16 17:28:03 | [diff] [blame] | 18 | |
[email protected] | cb3b1f931 | 2010-06-07 19:58:23 | [diff] [blame] | 19 | } // namespace remoting |