chromium/media/base/android/media_common_android.h

// 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_