chromium/third_party/openscreen/src/cast/streaming/ssrc_unittest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "cast/streaming/ssrc.h"

#include <vector>

#include "gtest/gtest.h"
#include "util/std_util.h"

namespace openscreen::cast {
namespace {

TEST(SsrcTest, GeneratesUniqueAndPrioritizedSsrcs) {}

}  // namespace
}  // namespace openscreen::cast