All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static MP4Util.Atom |
atom(SeekableByteChannel input) |
static MP4Util.Movie |
createRefFullMovie(SeekableByteChannel input,
String url) |
static MP4Util.Movie |
createRefFullMovieFromFile(File source) |
static MovieBox |
createRefMovie(SeekableByteChannel input,
String url) |
static MovieBox |
createRefMovieFromFile(File source) |
static void |
doWriteFullMovieToChannel(SeekableByteChannel out,
MP4Util.Movie movie,
int additionalSize) |
static void |
doWriteMovieToChannel(SeekableByteChannel out,
MovieBox movie,
int additionalSize) |
static int |
estimateMoovBoxSize(MovieBox movie)
Estimate buffer size needed to write MOOV box based on the amount of
stuff in there
|
static MP4Util.Atom |
findFirstAtom(String fourcc,
SeekableByteChannel input) |
static MP4Util.Atom |
findFirstAtomInFile(String fourcc,
File input) |
static String |
getFourcc(Codec codec) |
static List<MP4Util.Atom> |
getRootAtoms(SeekableByteChannel input) |
static MP4Util.Movie |
parseFullMovie(File source) |
static MP4Util.Movie |
parseFullMovieChannel(SeekableByteChannel input) |
static MovieBox |
parseMovie(File source) |
static MovieBox |
parseMovieChannel(SeekableByteChannel input) |
static List<MovieFragmentBox> |
parseMovieFragments(SeekableByteChannel input) |
static ByteBuffer |
writeBox(Box box,
int approxSize) |
static void |
writeFullMovie(SeekableByteChannel out,
MP4Util.Movie movie) |
static void |
writeFullMovieToFile(File f,
MP4Util.Movie movie) |
static void |
writeMovie(SeekableByteChannel out,
MovieBox movie) |
static void |
writeMovieToFile(File f,
MovieBox movie) |