|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.impl.resource.video.Box
org.mobicents.media.server.impl.resource.video.MovieBox
public class MovieBox
The metadata for a presentation is stored in the single Movie Box which occurs at the top-level of a file. Normally this box is close to the beginning or end of the file, though this is not required. Box Type: moov Container: File Mandatory: Yes Quantity: Exactly one
| Constructor Summary | |
|---|---|
MovieBox(long size,
java.lang.String type)
|
|
| Method Summary | |
|---|---|
protected int |
load(java.io.DataInputStream in)
Loads Box from stream. |
| Methods inherited from class org.mobicents.media.server.impl.resource.video.Box |
|---|
getSize, getType, readLen, readText, readType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MovieBox(long size,
java.lang.String type)
| Method Detail |
|---|
protected int load(java.io.DataInputStream in)
throws java.io.IOException
Box
load in class Boxin - the stream to load box from
java.io.IOException - if some I/O error occured.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||