// Copyright 2014 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/cast/test/utility/default_config.h" #include <stddef.h> #include "base/functional/bind.h" #include "media/base/audio_codecs.h" #include "media/base/video_codecs.h" #include "media/cast/cast_config.h" #include "media/cast/constants.h" namespace media { namespace cast { FrameSenderConfig GetDefaultAudioSenderConfig() { … } FrameSenderConfig GetDefaultVideoSenderConfig() { … } } // namespace cast } // namespace media