Modifier and Type | Class and Description |
---|---|
class |
IsoFile
The most upper container for ISO Boxes.
|
Modifier and Type | Method and Description |
---|---|
Box |
BoxParser.parseBox(DataSource in,
Container parent) |
Box |
AbstractBoxParser.parseBox(DataSource byteChannel,
Container parent)
Parses the next size and type, creates a box instance and parses the box's content.
|
Modifier and Type | Class and Description |
---|---|
class |
DataInformationBox
4cc = ""dinf""
|
class |
DataReferenceBox
4cc = ""dref""
|
class |
EditBox
4cc = ""edts""
|
class |
ItemProtectionBox
4cc = ""ipro""
|
class |
MediaBox
4cc = ""mdia""
|
class |
MediaInformationBox
4cc = ""minf""
|
class |
MetaBox
4cc = ""meta""
|
class |
MovieBox
4cc = ""moov""
|
class |
ProtectionSchemeInformationBox
4cc = ""sinf""
|
class |
SampleDescriptionBox
4cc = ""stsd""
|
class |
SampleTableBox
4cc = ""stbl""
|
class |
SchemeInformationBox
4cc = ""schi""
|
class |
TrackBox
4cc = ""trak""
|
class |
TrackReferenceBox
4cc = ""tref""
|
class |
UserDataBox
4cc = ""udta""
|
Modifier and Type | Method and Description |
---|---|
Container |
FreeBox.getParent() |
Container |
Box.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
FreeBox.setParent(Container parent) |
void |
Box.setParent(Container parent) |
Modifier and Type | Class and Description |
---|---|
class |
AppleItemListBox
4cc = ""ilst""
|
class |
AppleReferenceMovieBox |
class |
AppleReferenceMovieDescriptorBox |
class |
AppleWaveBox
4cc = ""wave""
|
Modifier and Type | Class and Description |
---|---|
class |
MovieExtendsBox
4cc = ""mvex""
|
class |
MovieFragmentBox
4cc = ""moof""
|
class |
MovieFragmentRandomAccessBox
4cc = ""mfra""
|
class |
TrackFragmentBox
4cc = ""traf""
|
Modifier and Type | Method and Description |
---|---|
Container |
MediaDataBox.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
MediaDataBox.setParent(Container parent) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSampleEntry
Abstract base class for all sample entries.
|
class |
AudioSampleEntry
|
class |
MpegSampleEntry |
class |
Ovc1VisualSampleEntryImpl
4cc = ""ovc1""
|
class |
SubtitleSampleEntry |
class |
TextSampleEntry
4cc = ""tx3g""
|
class |
VisualSampleEntry
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContainerBox
Abstract base class suitable for most boxes acting purely as container for other boxes.
|
class |
BasicContainer
Created by sannies on 18.05.13.
|
class |
FullContainerBox
Abstract base class for a full iso box only containing ither boxes.
|
Modifier and Type | Method and Description |
---|---|
Container |
AbstractContainerBox.getParent() |
Container |
AbstractBox.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContainerBox.setParent(Container parent) |
void |
AbstractBox.setParent(Container parent) |
Constructor and Description |
---|
SampleImpl(long offset,
long sampleSize,
Container parent) |
Modifier and Type | Method and Description |
---|---|
Container |
Mp4Builder.build(Movie movie)
Builds the actual IsoFile from the Movie.
|
Container |
FragmentedMp4Builder.build(Movie movie)
Builds the actual IsoFile from the Movie.
|
Container |
DefaultMp4Builder.build(Movie movie)
Builds the actual IsoFile from the Movie.
|
Modifier and Type | Method and Description |
---|---|
protected Box |
FragmentedMp4Builder.createMfra(Movie movie,
Container isoFile)
Creates a 'mfra' - movie fragment random access box for the given movie in the given
isofile.
|
protected Box |
FragmentedMp4Builder.createTfra(Track track,
Container isoFile)
Creates a 'tfra' - track fragment random access box for the given track with the isoFile.
|
Constructor and Description |
---|
DefaultMp4SampleList(long track,
Container topLevel) |
FragmentedMp4SampleList(long track,
Container topLevel,
IsoFile... fragments) |
Modifier and Type | Class and Description |
---|---|
class |
ActionMessageFormat0SampleEntryBox
4cc = ""amf0""
|
Modifier and Type | Class and Description |
---|---|
class |
GenericMediaHeaderAtom
4cc = ""gmhd""
|
class |
QuicktimeTextSampleEntry
4cc = ""text""
|
class |
TrackApertureModeDimensionAtom
4cc = ""tapt""
|
Modifier and Type | Method and Description |
---|---|
static Box |
Path.getPath(Container container,
String path) |
static List<Box> |
Path.getPaths(Container container,
String path) |
Copyright © 2014. All rights reserved.