|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.coremedia.iso.boxes.AbstractBox
com.coremedia.iso.boxes.AbstractFullBox
com.googlecode.mp4parser.boxes.mp4.AbstractDescriptorBox
com.googlecode.mp4parser.boxes.mp4.ESDescriptorBox
public class ESDescriptorBox
ES Descriptor Box.
Field Summary | |
---|---|
static java.lang.String |
TYPE
|
Fields inherited from class com.googlecode.mp4parser.boxes.mp4.AbstractDescriptorBox |
---|
data, descriptor |
Fields inherited from class com.coremedia.iso.boxes.AbstractBox |
---|
deadBytes, type |
Constructor Summary | |
---|---|
ESDescriptorBox()
|
Method Summary | |
---|---|
ESDescriptor |
getEsDescriptor()
|
Methods inherited from class com.googlecode.mp4parser.boxes.mp4.AbstractDescriptorBox |
---|
_parseDetails, getContent, getContentSize, getDescriptor, getDescriptorAsString |
Methods inherited from class com.coremedia.iso.boxes.AbstractFullBox |
---|
getFlags, getVersion, parseVersionAndFlags, setFlags, setVersion, writeVersionAndFlags |
Methods inherited from class com.coremedia.iso.boxes.AbstractBox |
---|
getBox, getDeadBytes, getHeader, getIsoFile, getParent, getSize, getType, getUserType, isParsed, parse, parseDetails, setDeadBytes, setParent, setUserType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.coremedia.iso.boxes.Box |
---|
getBox, getParent, getSize, getType, parse, setParent |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
public ESDescriptorBox()
Method Detail |
---|
public ESDescriptor getEsDescriptor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |