// Copyright 2015 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_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_ #define MEDIA_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_ #include "base/time/time.h" #include "media/capture/capture_export.h" namespace media { // Filters a sequence of events to achieve a target frequency. class CAPTURE_EXPORT SmoothEventSampler { … }; } // namespace media #endif // MEDIA_CAPTURE_CONTENT_SMOOTH_EVENT_SAMPLER_H_