2020-08-05 03:53:02 +03:00
|
|
|
-keep class com.arthenica.ffmpegkit.FFmpegKitConfig {
|
|
|
|
native <methods>;
|
|
|
|
void log(long, int, byte[]);
|
|
|
|
void statistics(long, int, float, float, long , int, double, double);
|
2021-12-29 13:53:56 +02:00
|
|
|
int safOpen(int);
|
|
|
|
int safClose(int);
|
2020-08-05 03:53:02 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
-keep class com.arthenica.ffmpegkit.AbiDetect {
|
|
|
|
native <methods>;
|
|
|
|
}
|