2018-04-26 15:41:01 +03:00
|
|
|
/*
|
|
|
|
|
* Copyright 2018 The WebRTC project authors. All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by a BSD-style license
|
|
|
|
|
* that can be found in the LICENSE file in the root of the source
|
|
|
|
|
* tree. An additional intellectual property rights grant can be found
|
|
|
|
|
* in the file PATENTS. All contributing project authors may
|
|
|
|
|
* be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
2021-04-19 09:09:26 +02:00
|
|
|
#include "api/video_codecs/h264_profile_level_id.h"
|
2018-04-26 15:41:01 +03:00
|
|
|
|
|
|
|
|
@interface UIDevice (H264Profile)
|
|
|
|
|
|
2021-04-19 09:09:26 +02:00
|
|
|
+ (absl::optional<webrtc::H264ProfileLevelId>)maxSupportedH264Profile;
|
2018-04-26 15:41:01 +03:00
|
|
|
|
|
|
|
|
@end
|