Uses of Interface
org.mp4parser.Container
-
-
Uses of Container in org.mp4parser
Classes in org.mp4parser that implement Container Modifier and Type Class Description classBasicContainerclassIsoFileThe most upper container for ISO Boxes. -
Uses of Container in org.mp4parser.boxes.adobe
Classes in org.mp4parser.boxes.adobe that implement Container Modifier and Type Class Description classActionMessageFormat0SampleEntryBox4cc = ""amf0"" -
Uses of Container in org.mp4parser.boxes.apple
Classes in org.mp4parser.boxes.apple that implement Container Modifier and Type Class Description classAppleItemListBox4cc = ""ilst""classAppleReferenceMovieBoxclassAppleReferenceMovieDescriptorBoxclassAppleWaveBox4cc = ""wave""classGenericMediaHeaderAtom4cc = ""gmhd""classQuicktimeTextSampleEntry4cc = ""text""classTimeCodeBox4cc = ""tmcd""classTrackApertureModeDimensionAtom4cc = ""tapt"" -
Uses of Container in org.mp4parser.boxes.iso14496.part12
Classes in org.mp4parser.boxes.iso14496.part12 that implement Container Modifier and Type Class Description classDataInformationBox4cc = ""dinf""classDataReferenceBox4cc = ""dref""classEditBox4cc = ""edts""classHintSampleEntryclassItemProtectionBox4cc = ""ipro""classMediaBox4cc = ""mdia""classMediaInformationBox4cc = ""minf""classMetaBox4cc = ""meta""classMovieBox4cc = ""moov""classMovieExtendsBox4cc = ""mvex""classMovieFragmentBox4cc = ""moof""classMovieFragmentRandomAccessBoxThe 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).classProtectionSchemeInformationBox4cc = ""sinf""classSampleDescriptionBox4cc = ""stsd""classSampleTableBox4cc = ""stbl""classSchemeInformationBox4cc = ""schi""classTrackBox4cc = ""trak""classTrackFragmentBox4cc = ""traf""classTrackReferenceBox4cc = ""tref""classUserDataBox4cc = ""udta"" -
Uses of Container in org.mp4parser.boxes.iso14496.part30
Classes in org.mp4parser.boxes.iso14496.part30 that implement Container Modifier and Type Class Description classWebVTTSampleEntrySample Entry for WebVTT subtitles.classXMLSubtitleSampleEntry -
Uses of Container in org.mp4parser.boxes.sampleentry
Subinterfaces of Container in org.mp4parser.boxes.sampleentry Modifier and Type Interface Description interfaceSampleEntryCreated by sannies on 30.05.13.Classes in org.mp4parser.boxes.sampleentry that implement Container Modifier and Type Class Description classAbstractSampleEntryAbstract base class for all sample entries.classAudioSampleEntryclassDfxpSampleEntryclassMpegSampleEntryclassOvc1VisualSampleEntryImpl4cc = ""ovc1""classTextSampleEntry4cc = ""tx3g""classVisualSampleEntry -
Uses of Container in org.mp4parser.support
Classes in org.mp4parser.support that implement Container Modifier and Type Class Description classAbstractContainerBoxAbstract base class suitable for most boxes acting purely as container for other boxes.classFullContainerBoxAbstract base class for a full tools box only containing ither boxes.Methods in org.mp4parser.support with parameters of type Container Modifier and Type Method Description static voidBoxComparator. check(Container root1, Box b1, Container root2, Box b2, String... ignores)static voidBoxComparator. check(Container cb1, Container cb2, String... ignores)static voidBoxComparator. check(Container root1, Container cb1, Container root2, Container cb2, String... ignores)static booleanBoxComparator. isIgnore(Container ref, Box b, String[] ignores)voidAbstractContainerBox. setParent(Container parent) -
Uses of Container in org.mp4parser.tools
Methods in org.mp4parser.tools with parameters of type Container Modifier and Type Method Description static longOffsets. find(Container container, ParsableBox target, long offset)static <T extends Box>
TPath. getPath(Container container, String path)static <T extends Box>
List<T>Path. getPaths(Container container, String path)static booleanPath. isContained(Container ref, Box box, String path)
-