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