blob: c86f21fc8e6f7dec7369d38e31f198bd79af19d2 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// 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_