Package com.arthenica.ffmpegkit
Class AbiDetect
- java.lang.Object
-
- com.arthenica.ffmpegkit.AbiDetect
-
public class AbiDetect extends java.lang.Object
Detects the running ABI name natively using Google
cpu-features
library.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getAbi()
Returns the ABI name loaded.static java.lang.String
getCpuAbi()
Returns the ABI name of the cpu running.
-