Uses of Interface
org.mp4parser.BoxParser
Packages that use BoxParser
Package
Description
-
Uses of BoxParser in org.mp4parser
Classes in org.mp4parser that implement BoxParserModifier and TypeClassDescriptionclassThis BoxParser handles the basic stuff like reading size and extracting box type.classA Property file based BoxFactoryMethods in org.mp4parser with parameters of type BoxParserModifier and TypeMethodDescriptionvoidBasicContainer.initContainer(ReadableByteChannel readableByteChannel, long containerSize, BoxParser boxParser) voidParsableBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) Parses the box excluding the already parsed header (size, 4cc, [long-size], [user-type]).voidSkipBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) Constructors in org.mp4parser with parameters of type BoxParserModifierConstructorDescriptionIsoFile(ReadableByteChannel readableByteChannel, BoxParser boxParser) -
Uses of BoxParser in org.mp4parser.boxes.adobe
Methods in org.mp4parser.boxes.adobe with parameters of type BoxParserModifier and TypeMethodDescriptionvoidActionMessageFormat0SampleEntryBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) -
Uses of BoxParser in org.mp4parser.boxes.apple
Methods in org.mp4parser.boxes.apple with parameters of type BoxParserModifier and TypeMethodDescriptionvoidQuicktimeTextSampleEntry.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) -
Uses of BoxParser in org.mp4parser.boxes.iso14496.part12
Methods in org.mp4parser.boxes.iso14496.part12 with parameters of type BoxParserModifier and TypeMethodDescriptionvoidDataReferenceBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidFreeBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidHintSampleEntry.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidItemProtectionBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidMediaDataBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) Parses the box excluding the already parsed header (size, 4cc, [long-size], [user-type]).voidMetaBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidSampleDescriptionBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidUserDataBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) -
Uses of BoxParser in org.mp4parser.boxes.iso14496.part30
Methods in org.mp4parser.boxes.iso14496.part30 with parameters of type BoxParserModifier and TypeMethodDescriptionvoidWebVTTSampleEntry.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidXMLSubtitleSampleEntry.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) -
Uses of BoxParser in org.mp4parser.boxes.sampleentry
Methods in org.mp4parser.boxes.sampleentry with parameters of type BoxParserModifier and TypeMethodDescriptionabstract voidAbstractSampleEntry.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidAudioSampleEntry.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidDfxpSampleEntry.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidMpegSampleEntry.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidOvc1VisualSampleEntryImpl.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidTextSampleEntry.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidVisualSampleEntry.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) -
Uses of BoxParser in org.mp4parser.support
Methods in org.mp4parser.support with parameters of type BoxParserModifier and TypeMethodDescriptionvoidAbstractBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) Parses the box excluding the already parsed header (size, 4cc, [long-size], [user-type]).voidAbstractContainerBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser) voidFullContainerBox.parse(ReadableByteChannel dataSource, ByteBuffer header, long contentSize, BoxParser boxParser)