Class DataInformationBox
- java.lang.Object
-
- org.mp4parser.BasicContainer
-
- org.mp4parser.support.AbstractContainerBox
-
- org.mp4parser.boxes.iso14496.part12.DataInformationBox
-
- All Implemented Interfaces:
Box,Container,ParsableBox
public class DataInformationBox extends AbstractContainerBox
4cc = ""dinf""
Box Type: 'dinf'The data information box contains objects that declare the location of the media information in a track.
Container:MediaInformationBox('minf')
Mandatory: Yes
Quantity: Exactly one
-
-
Field Summary
-
Fields inherited from class org.mp4parser.support.AbstractContainerBox
largeBox, type
-
-
Constructor Summary
Constructors Constructor Description DataInformationBox()
-
Method Summary
-
Methods inherited from class org.mp4parser.support.AbstractContainerBox
getBox, getHeader, getSize, getType, parse, setParent
-
Methods inherited from class org.mp4parser.BasicContainer
addBox, getBoxes, getBoxes, getBoxes, getContainerSize, initContainer, setBoxes, toString, writeContainer
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-