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
IOException
protected SeekableByteChannel[][] getInputs(MovieBox movie) throws IOException
IOException
public SeekableByteChannel resolveDataRef(Box box) throws IOException
IOException
public void flatten(MP4Util.Movie movie, File video) throws IOException
IOException
Copyright © 2019. All rights reserved.