public class Flattern extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Flattern.ProgressListener |
| Modifier and Type | Field and Description |
|---|---|
List<Flattern.ProgressListener> |
listeners |
| Constructor and Description |
|---|
Flattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProgressListener(Flattern.ProgressListener listener) |
void |
flattern(MP4Util.Movie movie,
File video) |
void |
flatternChannel(MP4Util.Movie movie,
SeekableByteChannel out) |
protected SeekableByteChannel[][] |
getInputs(MovieBox movie) |
static void |
main1(String[] args) |
SeekableByteChannel |
resolveDataRef(Box box) |
public List<Flattern.ProgressListener> listeners
public void addProgressListener(Flattern.ProgressListener listener)
public void flatternChannel(MP4Util.Movie movie, SeekableByteChannel out) throws IOException
IOExceptionprotected SeekableByteChannel[][] getInputs(MovieBox movie) throws IOException
IOExceptionpublic SeekableByteChannel resolveDataRef(Box box) throws IOException
IOExceptionpublic void flattern(MP4Util.Movie movie, File video) throws IOException
IOExceptionCopyright © 2018. All rights reserved.