public class MovieBox extends NodeBox
Box.LeafBox
header, MAX_BOX_SIZE
Modifier and Type | Method and Description |
---|---|
void |
appendTrack(TrakBox newTrack) |
static MovieBox |
createMovieBox() |
void |
fixTimescale(int newTs) |
static String |
fourcc() |
List<TrakBox> |
getAudioTracks() |
Size |
getDisplaySize() |
long |
getDuration() |
Size |
getStoredSize() |
TrakBox |
getTimecodeTrack() |
int |
getTimescale() |
TrakBox[] |
getTracks() |
TrakBox |
getVideoTrack() |
TrakBox |
importTrack(MovieBox movie,
TrakBox track) |
boolean |
isPureRefMovie() |
long |
rescale(long tv,
long ts) |
void |
setDuration(long movDuration) |
void |
updateDuration() |
add, addFirst, cloneBox, doCloneBox, doWrite, dump, dumpBoxes, estimateSize, findAll, findAllPath, findBox, findDeep, findDeepInner, findFirst, findFirstPath, getBoxes, parse, parseChildBox, removeChildren, replace, replaceBox, setFactory
asBox, createLeafBox, getFourcc, getHeader, parseBox, path, terminatorAtom, toString, write
public MovieBox(Header atom)
public static String fourcc()
public static MovieBox createMovieBox()
public TrakBox[] getTracks()
public TrakBox getVideoTrack()
public TrakBox getTimecodeTrack()
public int getTimescale()
public long rescale(long tv, long ts)
public void fixTimescale(int newTs)
public void setDuration(long movDuration)
public long getDuration()
public void appendTrack(TrakBox newTrack)
public boolean isPureRefMovie()
public void updateDuration()
public Size getDisplaySize()
public Size getStoredSize()
Copyright © 2019. All rights reserved.