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

Public Member Functions

String value () default""
 

Detailed Description

Author
baorunchen
Date
2020/3/18
Note
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 * {
}

Definition at line 38 of file CalledByNative.java.