blob: 3a93c253b28ac7f1bc78824c4592a5f72fdd7def [file] [log] [blame]
Anders Carlsson6bf43d22017-10-16 13:51:43 +02001/*
2 * Copyright 2017 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
Mirko Bonadei19640aa2020-10-19 16:12:43 +020011#import "sdk/objc/base/RTCVideoCodecInfo.h"
Anders Carlsson6bf43d22017-10-16 13:51:43 +020012
Mirko Bonadeia81e9c82020-05-04 16:14:32 +020013@interface RTC_OBJC_TYPE (RTCVideoCodecInfo)
14(HumanReadable)
Anders Carlsson6bf43d22017-10-16 13:51:43 +020015
Mirko Bonadeia81e9c82020-05-04 16:14:32 +020016 - (NSString *)humanReadableDescription;
Anders Carlsson6bf43d22017-10-16 13:51:43 +020017
18@end