org.mobicents.media.server.impl.resource.video
Class DataInformationBox
java.lang.Object
org.mobicents.media.server.impl.resource.video.Box
org.mobicents.media.server.impl.resource.video.DataInformationBox
public class DataInformationBox
- extends Box
The data information box contains objects that declare the location of the
media information in a track.
Box Type: dinf
Container: Media Information Box (minf) or Meta Box (meta)
Mandatory: Yes (required within minf box) and No (optional within meta box)
Quantity: Exactly one
- Author:
- kulikov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataInformationBox
public DataInformationBox(long size,
java.lang.String type)
load
protected int load(java.io.DataInputStream fin)
throws java.io.IOException
- Description copied from class:
Box
- Loads Box from stream.
- Specified by:
load in class Box
- Parameters:
fin - the stream to load box from
- Returns:
- the number of bytes readed from stream; *
- Throws:
java.io.IOException - if some I/O error occured.
getDref
public DataReferenceBox getDref()
Copyright © 2009. All Rights Reserved.