blob: 9a421d9875eabfa8e232c9b08001962fd2bbd735 [file] [log] [blame]
buildbot@webrtc.orgdf9bbbe2014-06-19 19:54:33 +00001/*
kjellander1afca732016-02-07 20:46:45 -08002 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
buildbot@webrtc.orgdf9bbbe2014-06-19 19:54:33 +00003 *
kjellander1afca732016-02-07 20:46:45 -08004 * 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.
buildbot@webrtc.orgdf9bbbe2014-06-19 19:54:33 +00009 */
jlmiller@webrtc.org5f93d0a2015-01-20 21:36:13 +000010
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020011#ifndef MEDIA_ENGINE_CONSTANTS_H_
12#define MEDIA_ENGINE_CONSTANTS_H_
buildbot@webrtc.orgdf9bbbe2014-06-19 19:54:33 +000013
14namespace cricket {
15
16extern const int kVideoMtu;
Johannes Krond38a2b82018-10-23 11:31:19 +020017extern const int kVideoRtpSendBufferSize;
18extern const int kVideoRtpRecvBufferSize;
buildbot@webrtc.orgdf9bbbe2014-06-19 19:54:33 +000019
buildbot@webrtc.orgdf9bbbe2014-06-19 19:54:33 +000020} // namespace cricket
21
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020022#endif // MEDIA_ENGINE_CONSTANTS_H_