chromium/media/audio/reconfigurable_audio_bus_pool_unittest.cc

// Copyright 2023 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/audio/reconfigurable_audio_bus_pool.h"

#include <memory>

#include "base/check_op.h"
#include "base/time/time.h"
#include "media/base/audio_bus.h"
#include "media/base/audio_parameters.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace media {
constexpr base::TimeDelta kAudioBusPoolDuration =;

// The test fixture.
class ReconfigurableAudioBusPoolTest : public ::testing::Test {};

TEST_F(ReconfigurableAudioBusPoolTest, Reconfigure) {}

TEST_F(ReconfigurableAudioBusPoolTest, MaxCapacity) {}

}  // namespace media