| Package | Description |
|---|---|
| org.mp4parser.muxer | |
| org.mp4parser.muxer.container.mp4 |
| Modifier and Type | Class and Description |
|---|---|
class |
FileRandomAccessSourceImpl |
class |
InMemRandomAccessSourceImpl
Typically used for tests.
|
| Constructor and Description |
|---|
CencMp4TrackImplImpl(long trackId,
Container isofile,
RandomAccessSource randomAccess,
String name)
Creates a track from a TrackBox and potentially fragments.
|
Mp4TrackImpl(long trackId,
Container isofile,
RandomAccessSource randomAccess,
String name)
Creates a track from a TrackBox and potentially fragments.
|
PiffMp4TrackImpl(long trackId,
Container isofile,
RandomAccessSource randomAccess,
String name)
Creates a track from a TrackBox and potentially fragments.
|
| Modifier and Type | Method and Description |
|---|---|
static Movie |
MovieCreator.build(ReadableByteChannel readableByteChannel,
RandomAccessSource randomAccessSource,
String name)
Creates
Movie object from a ReadableByteChannel. |
| Constructor and Description |
|---|
DefaultMp4SampleList(long track,
Container topLevel,
RandomAccessSource randomAccessFile) |
FragmentedMp4SampleList(long track,
Container isofile,
RandomAccessSource randomAccess) |
Mp4SampleList(long trackId,
Container isofile,
RandomAccessSource source) |
Copyright © 2019. All rights reserved.