AliVCSDK  4.5.1
阿里云音视频SDK,为视频开发者提供一站式接入服务
com.alivc.live.pusher.CalledByNative接口 参考

Public 成员函数

String value () default""
 

详细描述

作者
baorunchen
日期
2020/3/18
注解
is used by the JNI generator to create the necessary JNI bindings and expose this method to native code.
Proguard Rules
-keep class com.alivc.live.pusher.CalledByNative { *; }
-keep,allowobfuscation interface com.alivc.live.pusher.CalledByNative
-keep @com.alivc.live.pusher.CalledByNative class * {
*;
}
-keepclassmembers class * {
}

在文件 CalledByNative.java38 行定义.