public abstract class FullBox extends Box
Box.LeafBox
Modifier and Type | Field and Description |
---|---|
protected int |
flags |
protected byte |
version |
header, MAX_BOX_SIZE
Modifier and Type | Method and Description |
---|---|
protected void |
doWrite(ByteBuffer out) |
int |
getFlags() |
byte |
getVersion() |
void |
parse(ByteBuffer input) |
void |
setFlags(int flags) |
void |
setVersion(byte version) |
asBox, createLeafBox, dump, estimateSize, getFourcc, getHeader, parseBox, path, terminatorAtom, toString, write
public FullBox(Header atom)
public void parse(ByteBuffer input)
protected void doWrite(ByteBuffer out)
public byte getVersion()
public int getFlags()
public void setVersion(byte version)
public void setFlags(int flags)
Copyright © 2019. All rights reserved.