// Copyright 2018 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_CAPABILITIES_LEARNING_HELPER_H_ #define MEDIA_CAPABILITIES_LEARNING_HELPER_H_ #include <memory> #include "base/threading/sequence_bound.h" #include "media/base/media_export.h" #include "media/capabilities/video_decode_stats_db.h" #include "media/learning/impl/feature_provider.h" #include "media/learning/impl/learning_session_impl.h" namespace media { // Helper class to allow MediaCapabilities to log training examples to a // media::learning LearningTask. class MEDIA_EXPORT LearningHelper { … }; } // namespace media #endif // MEDIA_CAPABILITIES_LEARNING_HELPER_H_