public class DataBox extends Box
Box.LeafBoxheader, MAX_BOX_SIZE| Constructor and Description |
|---|
DataBox(Header header) |
DataBox(int type,
int locale,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
byte[] |
getData() |
int |
getLocale() |
int |
getType() |
void |
parse(ByteBuffer buf) |
public DataBox(Header header)
public DataBox(int type,
int locale,
byte[] data)
public void parse(ByteBuffer buf)
public int getType()
public int getLocale()
public byte[] getData()
protected void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize in class Boxpublic static String fourcc()
Copyright © 2018. All rights reserved.