// Copyright 2016 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_FILTERS_AUDIO_TIMESTAMP_VALIDATOR_H_ #define MEDIA_FILTERS_AUDIO_TIMESTAMP_VALIDATOR_H_ #include "base/memory/raw_ptr.h" #include "base/time/time.h" #include "media/base/audio_buffer.h" #include "media/base/audio_decoder_config.h" #include "media/base/audio_timestamp_helper.h" #include "media/base/decoder_buffer.h" #include "media/base/media_log.h" #include "media/base/timestamp_constants.h" namespace media { class MEDIA_EXPORT AudioTimestampValidator { … }; } // namespace media #endif // MEDIA_FILTERS_AUDIO_TIMESTAMP_VALIDATOR_H_