public class VLCUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VLCUtil.MachineSpecs |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
Constructor and Description |
---|
VLCUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
encodeVLCString(java.lang.String mrl)
VLC only acccepts "-._~" in Mrl format, android Uri accepts "_-!.~'()*".
|
static java.lang.String |
encodeVLCUri(android.net.Uri uri) |
static java.lang.String[] |
getABIList() |
static java.lang.String[] |
getABIList21() |
static java.lang.String |
getErrorMsg() |
static VLCUtil.MachineSpecs |
getMachineSpecs() |
static boolean |
hasCompatibleCPU(android.content.Context context) |
static android.net.Uri |
UriFromMrl(java.lang.String mrl)
VLC authorize only "-._~" in Mrl format, android Uri authorize "_-!.~'()*".
|
public static final java.lang.String TAG
public static java.lang.String getErrorMsg()
public static java.lang.String[] getABIList21()
public static java.lang.String[] getABIList()
public static boolean hasCompatibleCPU(android.content.Context context)
public static VLCUtil.MachineSpecs getMachineSpecs()
public static android.net.Uri UriFromMrl(java.lang.String mrl)
public static java.lang.String encodeVLCUri(android.net.Uri uri)
public static java.lang.String encodeVLCString(java.lang.String mrl)