-
public class AvcSpsUtils
-
-
Field Summary
Fields Modifier and Type Field Description public final static bytePROFILE_IDC_BASELINEpublic final static bytePROFILE_IDC_EXTENDEDpublic final static bytePROFILE_IDC_MAINpublic final static bytePROFILE_IDC_HIGH
-
Method Summary
Modifier and Type Method Description static bytegetProfileIdc(@NonNull() ByteBuffer spsBuffer)static StringgetProfileName(byte profileIdc)-
-
Method Detail
-
getProfileIdc
static byte getProfileIdc(@NonNull() ByteBuffer spsBuffer)
-
getProfileName
@NonNull() static String getProfileName(byte profileIdc)
-
-
-
-