gpt4 book ai didi

android - 如何将 Android Surface 对象转换为原生表面

转载 作者:搜寻专家 更新时间:2023-11-01 08:49:58 26 4
gpt4 key购买 nike

我目前在我的 JNI 代码中使用 android_view_Surface_getSurface() 从 Java Surface 对象获取 native Surface。这似乎适用于 Android 4.4 设备,但不适用于具有旧操作系统版本的设备,例如,我使用 4.1 进行了测试,看起来系统库中缺少符号 android_view_Surface_getSurface。

是否有适用于所有设备的方法? (或至少 4+)。如果不是,如何仅针对较旧的操作系统版本执行此操作?

谢谢,萨沙

最佳答案

您在 .

中将其作为公共(public) API
/**
* Return the ANativeWindow associated with a Java Surface object,
* for interacting with it through native code. This acquires a reference
* on the ANativeWindow that is returned; be sure to use ANativeWindow_release()
* when done with it so that it doesn't leak.
*/
ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);

请看这里的例子: Application crashing due to use of ANativeWindow API

关于android - 如何将 Android Surface 对象转换为原生表面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24514570/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com