We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
部分机型点击录制会出现这个报错,能帮忙看看什么问题导致的么 谢谢
The text was updated successfully, but these errors were encountered:
private MediaCodec createEncoder(String type) throws IOException { try { // use codec name first if (this.mCodecName != null) { return MediaCodec.createByCodecName(mCodecName); } } catch (IOException e) { Log.w("@@", "Create MediaCodec by name '" + mCodecName + "' failure!", e); } return MediaCodec.createEncoderByType(type); }
传入的参数是android.avc.encoder 正常来说这个字符串存在应该不会说是非法的存在吧
Sorry, something went wrong.
No branches or pull requests
部分机型点击录制会出现这个报错,能帮忙看看什么问题导致的么 谢谢
The text was updated successfully, but these errors were encountered: