public class MediaHeaderBox extends FullBox
The media header declares overall information that is media-independent, and relevant to characteristics of the media in a track.
bytetoTypeMap| Constructor and Description |
|---|
MediaHeaderBox(long size) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime()
Gets the creation time of the media in this track.
|
long |
getDuration()
Gets duration of the media in this track.
|
int |
getLanguage() |
Date |
getModificationTime()
Gets the modification time of the media in this track.
|
long |
getTimescale()
Gets the time scale of the media in this track.
|
protected int |
load(DataInputStream fin)
Loads Box from stream.
|
getFlags, getVersion, read64public Date getCreationTime()
public Date getModificationTime()
public long getDuration()
protected int load(DataInputStream fin) throws IOException
Boxload in class FullBoxfin - the stream to load box fromIOException - if some I/O error occured.public long getTimescale()
public int getLanguage()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.