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.
|
-keep class com.arthenica.ffmpegkit.FFmpegKitConfig {
|
|
native <methods>;
|
|
void log(long, int, byte[]);
|
|
void statistics(long, int, float, float, long , double, double, double);
|
|
int safOpen(int);
|
|
int safClose(int);
|
|
}
|
|
|
|
-keep class com.arthenica.ffmpegkit.AbiDetect {
|
|
native <methods>;
|
|
}
|
|
|