1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
media / base / android / media_common_android.h [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_
#define MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_
namespace media {
// Time update message is sent to the render process every 100ms.
static const int kTimeUpdateInterval = 100;
} // namespace media
#endif // MEDIA_BASE_ANDROID_MEDIA_COMMON_ANDROID_H_