blob: acbf126170c2f50b47029cc5cf56a353eb759221 [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
Anders Carlsson7bca8ca2018-08-30 09:30:29 +020014#include "media/base/mediaconstants.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);