com.coremedia.iso.boxes
Class DataInformationBox

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

public class DataInformationBox
extends AbstractContainerBox

Box Type: 'dinf'
Container: MediaInformationBox ('minf')
Mandatory: Yes
Quantity: Exactly one

The data information box contains objects that declare the location of the media information in a 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
DataInformationBox()
           
 
Method Summary
 
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

DataInformationBox

public DataInformationBox()


Copyright © 2012. All Rights Reserved.