|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.impl.resource.mediaplayer.mpeg.Box
org.mobicents.media.server.impl.resource.mediaplayer.mpeg.FullBox
org.mobicents.media.server.impl.resource.mediaplayer.mpeg.MovieHeaderBox
public class MovieHeaderBox
8.2.2.1 Definition
MovieBox (�?moov’)This box defines overall information which is media-independent, and relevant to the entire presentation considered as a whole.
| Field Summary |
|---|
| Fields inherited from class org.mobicents.media.server.impl.resource.mediaplayer.mpeg.Box |
|---|
bytetoTypeMap |
| Constructor Summary | |
|---|---|
MovieHeaderBox(long size)
|
|
| Method Summary | |
|---|---|
java.util.Date |
getCreationTime()
Gets the creation time of this presentation. |
long |
getDuration()
Gets duration of this presentation. |
int[] |
getMatrix()
|
java.util.Date |
getModificationTime()
Gets the modification time of this presentation. |
int |
getNextTrackID()
Gets identifier of next track to use. |
double |
getRate()
Gets the preffered rate to play the presentation. |
long |
getTimeScale()
Gets the time scale of this presentation. |
double |
getVolume()
Gets the preffered volume to play the presentation. |
protected int |
load(java.io.DataInputStream fin)
Loads Box from stream. |
| Methods inherited from class org.mobicents.media.server.impl.resource.mediaplayer.mpeg.FullBox |
|---|
getFlags, getVersion, read64 |
| 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 |
| Constructor Detail |
|---|
public MovieHeaderBox(long size)
| Method Detail |
|---|
public java.util.Date getCreationTime()
public java.util.Date getModificationTime()
public long getTimeScale()
public long getDuration()
public double getRate()
public double getVolume()
public int[] getMatrix()
public int getNextTrackID()
protected int load(java.io.DataInputStream fin)
throws java.io.IOException
Box
load in class FullBoxfin - 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 | |||||||||