// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/formats/hls/media_segment.h" #include "media/formats/hls/parse_status.h" #include "media/formats/hls/types.h" #include "testing/gtest/include/gtest/gtest.h" namespace media::hls { TEST(HlsMediaSegmentTest, EncryptionDataIVExportTest) { … } TEST(HlsMediaSegmentTest, EncryptionDataIVExportFromSeqNum) { … } } // namespace media::hls