• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #ifndef MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_
6 #define MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_
7 
8 namespace media {
9 
10 // Time update message is sent to the render process every 100ms.
11 static const int kTimeUpdateInterval = 100;
12 
13 }  // namespace media
14 
15 #endif  // MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_
16