public class ESDescriptorBox extends AbstractDescriptorBox
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
data, descriptortype| 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, setDescriptorgetFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlagsgetBox, getOffset, getParent, getPath, getSize, getType, getUserType, isParsed, parse, parseDetails, setParentpublic static final String TYPE
public ESDescriptor getEsDescriptor()
public void setEsDescriptor(ESDescriptor esDescriptor)
protected long getContentSize()
AbstractBoxgetContent(ByteBuffer) writes.getContentSize in class AbstractDescriptorBoxAbstractBox.getContent(java.nio.ByteBuffer)protected void getContent(ByteBuffer byteBuffer)
AbstractBoxByteBuffer. This must include flags
and version in case of a full box. byteBuffer has been initialized with
getSize() bytes.getContent in class AbstractDescriptorBoxbyteBuffer - the sink for the box's contentCopyright © 2016. All rights reserved.