How to fix “AVDRegister - AppleAVDCheckPlatform() returned FALSE”

二次信任 提交于 2020-01-24 21:49:28

问题


I use this code to check if my iphone support hevc hard decode

BOOL hardwareDecodeSupported = VTIsHardwareDecodeSupported(kCMVideoCodecType_HEVC);

but on console I got a warning: "AVDRegister - AppleAVDCheckPlatform() returned FALSE" and the hardwareDecodeSupported property is true. my device is iPhone7 with iOS11.3.1

来源:https://stackoverflow.com/questions/54193908/how-to-fix-avdregister-appleavdcheckplatform-returned-false

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!