// Copyright 2022 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_HLS_VARIANT_STREAM_H_ #define MEDIA_FORMATS_HLS_VARIANT_STREAM_H_ #include <optional> #include "base/memory/scoped_refptr.h" #include "media/base/media_export.h" #include "media/formats/hls/types.h" #include "url/gurl.h" namespace media::hls { class AudioRenditionGroup; class MEDIA_EXPORT VariantStream { … }; } // namespace media::hls #endif // MEDIA_FORMATS_HLS_VARIANT_STREAM_H_