com.coremedia.iso.boxes
Class MediaInformationBox

java.lang.Object
  extended by com.googlecode.mp4parser.AbstractBox
      extended by com.googlecode.mp4parser.AbstractContainerBox
          extended by com.coremedia.iso.boxes.MediaInformationBox
All Implemented Interfaces:
Box, ContainerBox

public class MediaInformationBox
extends AbstractContainerBox

This box contains all the objects that declare characteristic information of the media in the track.


Field Summary
static String TYPE
           
 
Fields inherited from class com.googlecode.mp4parser.AbstractContainerBox
boxes, boxParser
 
Fields inherited from class com.googlecode.mp4parser.AbstractBox
type
 
Constructor Summary
MediaInformationBox()
           
 
Method Summary
 AbstractMediaHeaderBox getMediaHeaderBox()
           
 SampleTableBox getSampleTableBox()
           
 
Methods inherited from class com.googlecode.mp4parser.AbstractContainerBox
_parseDetails, addBox, getBoxes, getBoxes, getBoxes, getContent, getContentSize, getNumOfBytesToFirstChild, parse, parseChildBoxes, removeBox, setBoxes, toString, writeChildBoxes
 
Methods inherited from class com.googlecode.mp4parser.AbstractBox
getBox, getIsoFile, getParent, getSize, getType, getUserType, isParsed, setDeadBytes, setParent
 
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

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

MediaInformationBox

public MediaInformationBox()
Method Detail

getSampleTableBox

public SampleTableBox getSampleTableBox()

getMediaHeaderBox

public AbstractMediaHeaderBox getMediaHeaderBox()


Copyright © 2012. All Rights Reserved.