Package org.videolan.libvlc.util
Class VLCUtil
- java.lang.Object
-
- org.videolan.libvlc.util.VLCUtil
-
public class VLCUtil extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVLCUtil.MachineSpecs
-
Constructor Summary
Constructors Constructor Description VLCUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringencodeVLCString(String mrl)VLC only acccepts "-._~" in Mrl format, android Uri accepts "_-!.~'()*".static StringencodeVLCUri(Uri uri)static String[]getABIList()static String[]getABIList21()static StringgetErrorMsg()static VLCUtil.MachineSpecsgetMachineSpecs()static booleanhasCompatibleCPU(Context context)static UriUriFromMrl(String mrl)VLC authorize only "-._~" in Mrl format, android Uri authorize "_-!.~'()*".
-
-
-
Field Detail
-
TAG
public static final String TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getErrorMsg
public static String getErrorMsg()
-
getABIList21
public static String[] getABIList21()
-
getABIList
public static String[] getABIList()
-
hasCompatibleCPU
public static boolean hasCompatibleCPU(Context context)
-
getMachineSpecs
public static VLCUtil.MachineSpecs getMachineSpecs()
-
UriFromMrl
public static Uri UriFromMrl(String mrl)
VLC authorize only "-._~" in Mrl format, android Uri authorize "_-!.~'()*". Therefore, decode the characters authorized by Android Uri when creating an Uri from VLC.
-
-