public class MovieHeaderBox extends FullBox
MovieBox (�?moov’)This box defines overall information which is media-independent, and relevant to the entire presentation considered as a whole.
bytetoTypeMap| Constructor and Description |
|---|
MovieHeaderBox(long size) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime()
Gets the creation time of this presentation.
|
long |
getDuration()
Gets duration of this presentation.
|
int[] |
getMatrix() |
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(DataInputStream fin)
Loads Box from stream.
|
getFlags, getVersion, read64public Date getCreationTime()
public Date getModificationTime()
public long getTimeScale()
public long getDuration()
public double getRate()
public double getVolume()
public int[] getMatrix()
public int getNextTrackID()
protected int load(DataInputStream fin) throws IOException
Boxload in class FullBoxfin - the stream to load box fromIOException - if some I/O error occured.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.