org.mobicents.media.server.impl.resource.mediaplayer.mpeg
Class FreeSpaceBox
java.lang.Object
org.mobicents.media.server.impl.resource.mediaplayer.mpeg.Box
org.mobicents.media.server.impl.resource.mediaplayer.mpeg.FreeSpaceBox
public class FreeSpaceBox
- extends Box
8.1.2.1 Definition
- Box Types: �?free’, �?skip’
- Container: File or other box
- Mandatory: No
- Quantity: Any number
The contents of a free-space box are irrelevant and may be ignored, or the object deleted, without affecting the
presentation. (Care should be exercised when deleting the object, as this may invalidate the offsets used in the
sample table, unless this object is after all the media data).
- Author:
- amit bhayani
| Fields inherited from class org.mobicents.media.server.impl.resource.mediaplayer.mpeg.Box |
bytetoTypeMap |
|
Constructor Summary |
FreeSpaceBox(long size,
java.lang.String type)
|
|
Method Summary |
protected int |
load(java.io.DataInputStream fin)
Loads Box from stream. |
| 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 |
FreeSpaceBox
public FreeSpaceBox(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.
Copyright © 2010. All Rights Reserved.