public class Fourcc extends Object
Modifier and Type | Field and Description |
---|---|
static int |
free |
static int |
ftyp |
static int |
mdat |
static int |
moov |
static int |
wide |
Constructor and Description |
---|
Fourcc() |
Modifier and Type | Method and Description |
---|---|
static int |
intFourcc(String string) |
static int |
makeInt(byte b3,
byte b2,
byte b1,
byte b0) |
public static final int ftyp
public static final int free
public static final int moov
public static final int mdat
public static final int wide
public static int makeInt(byte b3, byte b2, byte b1, byte b0)
public static int intFourcc(String string)
Copyright © 2019. All rights reserved.