blob: c72bd827911297dc297f469a80c902f41834fc38 [file] [log] [blame]
Sebastian Janssonfc8d26b2018-02-21 09:52:06 +01001/*
2 * Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
3 *
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
9 */
10
Niels Möller0c4f7be2018-05-07 14:01:37 +020011#include "api/transport/bitrate_settings.h"
Sebastian Janssonfc8d26b2018-02-21 09:52:06 +010012
13namespace webrtc {
Niels Möller0c4f7be2018-05-07 14:01:37 +020014
15BitrateSettings::BitrateSettings() = default;
16BitrateSettings::~BitrateSettings() = default;
17BitrateSettings::BitrateSettings(const BitrateSettings&) = default;
18
Sebastian Janssonfc8d26b2018-02-21 09:52:06 +010019} // namespace webrtc