| Modifier and Type | Class and Description |
|---|---|
class |
BasicContainer |
class |
IsoFile
The most upper container for ISO Boxes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionMessageFormat0SampleEntryBox
4cc = ""amf0""
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppleItemListBox
4cc = ""ilst""
|
class |
AppleReferenceMovieBox |
class |
AppleReferenceMovieDescriptorBox |
class |
AppleWaveBox
4cc = ""wave""
|
class |
GenericMediaHeaderAtom
4cc = ""gmhd""
|
class |
QuicktimeTextSampleEntry
4cc = ""text""
|
class |
TimeCodeBox
4cc = ""tmcd""
|
class |
TrackApertureModeDimensionAtom
4cc = ""tapt""
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataInformationBox
4cc = ""dinf""
|
class |
DataReferenceBox
4cc = ""dref""
|
class |
EditBox
4cc = ""edts""
|
class |
HintSampleEntry |
class |
ItemProtectionBox
4cc = ""ipro""
|
class |
MediaBox
4cc = ""mdia""
|
class |
MediaInformationBox
4cc = ""minf""
|
class |
MetaBox
4cc = ""meta""
|
class |
MovieBox
4cc = ""moov""
|
class |
MovieExtendsBox
4cc = ""mvex""
|
class |
MovieFragmentBox
4cc = ""moof""
|
class |
MovieFragmentRandomAccessBox
The Movie Fragment Random Access Box ('mfra') provides a table which may assist
readers in finding random access points in a file using movie fragments.It contains
a track fragment random access box for each track for which information is provided
(which may notbe all tracks).
|
class |
ProtectionSchemeInformationBox
4cc = ""sinf""
|
class |
SampleDescriptionBox
4cc = ""stsd""
|
class |
SampleTableBox
4cc = ""stbl""
|
class |
SchemeInformationBox
4cc = ""schi""
|
class |
TrackBox
4cc = ""trak""
|
class |
TrackFragmentBox
4cc = ""traf""
|
class |
TrackReferenceBox
4cc = ""tref""
|
class |
UserDataBox
4cc = ""udta""
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebVTTSampleEntry
Sample Entry for WebVTT subtitles.
|
class |
XMLSubtitleSampleEntry |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SampleEntry
Created by sannies on 30.05.13.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSampleEntry
Abstract base class for all sample entries.
|
class |
AudioSampleEntry
|
class |
DfxpSampleEntry |
class |
MpegSampleEntry |
class |
Ovc1VisualSampleEntryImpl
4cc = ""ovc1""
|
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 |
FullContainerBox
Abstract base class for a full tools box only containing ither boxes.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BoxComparator.check(Container root1,
Box b1,
Container root2,
Box b2,
java.lang.String... ignores) |
static void |
BoxComparator.check(Container root1,
Container cb1,
Container root2,
Container cb2,
java.lang.String... ignores) |
static void |
BoxComparator.check(Container cb1,
Container cb2,
java.lang.String... ignores) |
static boolean |
BoxComparator.isIgnore(Container ref,
Box b,
java.lang.String[] ignores) |
void |
AbstractContainerBox.setParent(Container parent) |
| Modifier and Type | Method and Description |
|---|---|
static long |
Offsets.find(Container container,
ParsableBox target,
long offset) |
static <T extends Box> |
Path.getPath(Container container,
java.lang.String path) |
static <T extends Box> |
Path.getPaths(Container container,
java.lang.String path) |
static boolean |
Path.isContained(Container ref,
Box box,
java.lang.String path) |
Copyright © 2020. All rights reserved.