public class MovieCreator extends Object
| Constructor and Description |
|---|
MovieCreator() |
| Modifier and Type | Method and Description |
|---|---|
static Movie |
build(ReadableByteChannel readableByteChannel,
RandomAccessSource randomAccessSource,
String name)
Creates
Movie object from a ReadableByteChannel. |
static Movie |
build(String file) |
public static Movie build(String file) throws IOException
IOExceptionpublic static Movie build(ReadableByteChannel readableByteChannel, RandomAccessSource randomAccessSource, String name) throws IOException
Movie object from a ReadableByteChannel.name - track name to identify laterreadableByteChannel - the box structure is read from this channelrandomAccessSource - the samples or read from this randomAccessSourceIOException - in case of I/O error during IsoFile creationCopyright © 2019. All rights reserved.