public class NameBox extends Box
Box.LeafBox
header, MAX_BOX_SIZE
Modifier and Type | Method and Description |
---|---|
static NameBox |
createNameBox(String name) |
protected void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
String |
getName() |
void |
parse(ByteBuffer input) |
public NameBox(Header header)
public static String fourcc()
public void parse(ByteBuffer input)
protected void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize
in class Box
public String getName()
Copyright © 2019. All rights reserved.