org.mobicents.media.server.impl.resource.mediaplayer.mpeg
Class UserDataBox
java.lang.Object
org.mobicents.media.server.impl.resource.mediaplayer.mpeg.Box
org.mobicents.media.server.impl.resource.mediaplayer.mpeg.UserDataBox
public class UserDataBox
- extends Box
8.10.1.1 Definition
- Box Type: �?udta’
- Container: Movie Box (�?moov’) or Track Box (�?trak’)
- Mandatory: No
- Quantity: Zero or one
This box contains objects that declare user information about the containing box and its data (presentation or
track).
The User Data Box is a container box for informative user-data. This user data is formatted as a set of boxes with
more specific box types, which declare more precisely their content.
Only a copyright notice is defined in this specification.
- Author:
- abhayani
| Fields inherited from class org.mobicents.media.server.impl.resource.mediaplayer.mpeg.Box |
bytetoTypeMap |
|
Constructor Summary |
UserDataBox(long size,
boolean isTrackParent)
|
| Methods inherited from class org.mobicents.media.server.impl.resource.mediaplayer.mpeg.Box |
comparebytes, getSize, getType, read, read16, read24, read32, readFixedPoint1616, readText, readType, readU32, readU64 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserDataBox
public UserDataBox(long size,
boolean isTrackParent)
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.
getUserDefinedBoxes
public java.util.List<Box> getUserDefinedBoxes()
Copyright © 2010. All Rights Reserved.