You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
FFmpegAndroid/doc/JNI_develop_debug.md

414 B

前言

JNI是Java本地接口。它定义Android从托管代码(以Java或kotlin编程语言编写)到本地代码(C/C++编写)交互编译成字节码的一种方式。
文档Java Native Interface Specification

相关介绍文章如下:

JNI开发规范