blob: 3de6e22ef7c0779301f0b954c24a8c038ef60a3f [file] [log] [blame]
Jiawei Ouae810c12018-06-20 16:18:59 -07001/*
2 * Copyright 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.
Anders Carlsson7bca8ca2018-08-30 09:30:29 +02009 *
Jiawei Ouae810c12018-06-20 16:18:59 -070010 */
11
Anders Carlsson7bca8ca2018-08-30 09:30:29 +020012#import "RTCVideoCodecConstants.h"
Jiawei Ouae810c12018-06-20 16:18:59 -070013
Steve Anton10542f22019-01-11 09:11:00 -080014#include "media/base/media_constants.h"
Jiawei Ouae810c12018-06-20 16:18:59 -070015
Anders Carlsson7bca8ca2018-08-30 09:30:29 +020016NSString *const kRTCVideoCodecVp8Name = @(cricket::kVp8CodecName);
17NSString *const kRTCVideoCodecVp9Name = @(cricket::kVp9CodecName);