public class ESDescriptorBox extends AbstractDescriptorBox
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
data, descriptorcontent, type| Constructor and Description |
|---|
ESDescriptorBox() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
protected void |
getContent(java.nio.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, getSize, getType, getUserType, isParsed, parse, parseDetailsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitparsepublic static final java.lang.String TYPE
public ESDescriptor getEsDescriptor()
public void setEsDescriptor(ESDescriptor esDescriptor)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectprotected long getContentSize()
AbstractBoxgetContent(ByteBuffer) writes.getContentSize in class AbstractDescriptorBoxAbstractBox.getContent(java.nio.ByteBuffer)protected void getContent(java.nio.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 © 2020. All rights reserved.