public class ESDescriptorBox extends AbstractDescriptorBox
Modifier and Type | Field and Description |
---|---|
static String |
TYPE |
data, descriptor
type
Constructor and Description |
---|
ESDescriptorBox() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
protected void |
getContent(ByteBuffer byteBuffer)
Write the box's content into the given
ByteBuffer . |
protected long |
getContentSize()
Get the box's content size without its header.
|
ESDescriptor |
getEsDescriptor() |
int |
hashCode() |
void |
setEsDescriptor(ESDescriptor esDescriptor) |
_parseDetails, getData, getDescriptor, getDescriptorAsString, setData, setDescriptor
getFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlags
getBox, getOffset, getParent, getPath, getSize, getType, getUserType, isParsed, parse, parseDetails, setDeadBytes, setParent
public static final String TYPE
public ESDescriptor getEsDescriptor()
public void setEsDescriptor(ESDescriptor esDescriptor)
protected long getContentSize()
AbstractBox
getContent(ByteBuffer)
writes.getContentSize
in class AbstractDescriptorBox
AbstractBox.getContent(java.nio.ByteBuffer)
protected void getContent(ByteBuffer byteBuffer)
AbstractBox
ByteBuffer
. This must include flags
and version in case of a full box. byteBuffer
has been initialized with
getSize()
bytes.getContent
in class AbstractDescriptorBox
byteBuffer
- the sink for the box's contentCopyright © 2015. All rights reserved.