public class JCodecUtil2 extends Object
Constructor and Description |
---|
JCodecUtil2() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
asciiString(String fourcc) |
static int[] |
getAsIntArray(ByteBuffer yuv,
int size) |
static int |
readBER32(ByteBuffer input) |
static String |
removeExtension(String name) |
static void |
writeBER32(ByteBuffer buffer,
int value) |
static void |
writeBER32Var(ByteBuffer bb,
int value) |
public static void writeBER32(ByteBuffer buffer, int value)
public static int readBER32(ByteBuffer input)
public static void writeBER32Var(ByteBuffer bb, int value)
public static byte[] asciiString(String fourcc)
public static int[] getAsIntArray(ByteBuffer yuv, int size)
Copyright © 2019. All rights reserved.