|
||||||||||
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.AbstractContainerBox
com.coremedia.iso.boxes.MediaBox
public class MediaBox
The media declaration container contains all the objects that declare information about the media data within a track.
Field Summary | |
---|---|
static java.lang.String |
TYPE
|
Fields inherited from class com.coremedia.iso.boxes.AbstractContainerBox |
---|
boxes, boxParser |
Fields inherited from class com.coremedia.iso.boxes.AbstractBox |
---|
deadBytes, type |
Constructor Summary | |
---|---|
MediaBox()
|
Method Summary | |
---|---|
HandlerBox |
getHandlerBox()
|
MediaHeaderBox |
getMediaHeaderBox()
|
MediaInformationBox |
getMediaInformationBox()
|
Methods inherited from class com.coremedia.iso.boxes.AbstractContainerBox |
---|
_parseDetails, addBox, getBoxes, getBoxes, getBoxes, getContent, getContentSize, getNumOfBytesToFirstChild, parse, parseChildBoxes, removeBox, setBoxes, toString, writeChildBoxes |
Methods inherited from class com.coremedia.iso.boxes.AbstractBox |
---|
getBox, getDeadBytes, getHeader, getIsoFile, getParent, getSize, getType, getUserType, isParsed, parseDetails, setDeadBytes, setParent, setUserType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.coremedia.iso.boxes.ContainerBox |
---|
getIsoFile, getParent |
Methods inherited from interface com.coremedia.iso.boxes.Box |
---|
getBox, getSize, getType, setParent |
Field Detail |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
public MediaBox()
Method Detail |
---|
public MediaInformationBox getMediaInformationBox()
public MediaHeaderBox getMediaHeaderBox()
public HandlerBox getHandlerBox()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |