// 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_FORMATS_MP2T_ES_PARSER_H_ #define MEDIA_FORMATS_MP2T_ES_PARSER_H_ #include <stdint.h> #include <list> #include <memory> #include <utility> #include "base/functional/callback.h" #include "base/memory/scoped_refptr.h" #include "base/time/time.h" #include "media/base/media_export.h" #include "media/base/stream_parser_buffer.h" namespace media { class DecryptConfig; class OffsetByteQueue; class StreamParserBuffer; namespace mp2t { class MEDIA_EXPORT EsParser { … }; } // namespace mp2t } // namespace media #endif // MEDIA_FORMATS_MP2T_ES_PARSER_H_