// 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 "cast/streaming/public/constants.h" #include <ostream> #include "util/osp_logging.h" namespace openscreen::cast { std::ostream& operator<<(std::ostream& os, VideoCodec codec) { … } std::ostream& operator<<(std::ostream& os, CastMode mode) { … } } // namespace openscreen::cast