MediaCodecUtils.h
1 //
2 // MediaCodecUtils.h
3 // OoyalaSDK
4 //
5 // Created on 3/14/18.
6 // Copyright © 2018 Brightcove, Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 @interface MediaCodecUtils : NSObject
12 
13 - (instancetype)init NS_UNAVAILABLE;
14 
19 + (BOOL)isHEVCSupported;
20 
21 @end
BOOL isHEVCSupported()
Lets you know if the device and OS version supports HEVC.
Definition: MediaCodecUtils.h:11
instancetype NS_UNAVAILABLE()