Uses of Interface
org.mp4parser.BoxParser
-
-
Uses of BoxParser in org.mp4parser
Classes in org.mp4parser that implement BoxParser Modifier and Type Class Description classAbstractBoxParserThis BoxParser handles the basic stuff like reading size and extracting box type.classPropertyBoxParserImplA Property file based BoxFactoryMethods in org.mp4parser with parameters of type BoxParser Modifier and Type Method Description voidBasicContainer. 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 BoxParser Constructor Description IsoFile(ReadableByteChannel readableByteChannel, BoxParser boxParser) -
Uses of BoxParser in org.mp4parser.boxes.adobe
Methods in org.mp4parser.boxes.adobe with parameters of type BoxParser Modifier and Type Method Description voidActionMessageFormat0SampleEntryBox. 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 BoxParser Modifier and Type Method Description voidQuicktimeTextSampleEntry. 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 BoxParser Modifier and Type Method Description voidDataReferenceBox. 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 BoxParser Modifier and Type Method Description voidWebVTTSampleEntry. 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 BoxParser Modifier and Type Method Description abstract 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 BoxParser Modifier and Type Method Description voidAbstractBox. 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)
-