Uses of Class
org.monte.media.riff.RIFFChunk
Packages that use RIFFChunk
Package
Description
Provides media handlers for the AVI file format.
Provides classes for reading RIFF files.
-
Uses of RIFFChunk in org.monte.media.avi
Fields in org.monte.media.avi with type parameters of type RIFFChunkModifier and TypeFieldDescriptionAbstractAVIStream.Track.extraHeadersList of additional header chunks. -
Uses of RIFFChunk in org.monte.media.riff
Methods in org.monte.media.riff that return RIFFChunkModifier and TypeMethodDescriptionRIFFChunk.getCollectionChunks(int id) RIFFChunk.getPropertyChunk(int id) Methods in org.monte.media.riff that return types with arguments of type RIFFChunkMethods in org.monte.media.riff with parameters of type RIFFChunkModifier and TypeMethodDescriptionvoidRIFFChunk.addCollectionChunk(RIFFChunk chunk) voidRIFFVisitor.enterGroup(RIFFChunk group) This method is invoked when the parser enters a group chunk.booleanRIFFVisitor.enteringGroup(RIFFChunk group) This method is invoked when the parser attempts to enter a group.protected booleanRIFFParser.isCollectionChunk(RIFFChunk chunk) Checks wether the ID of the chunk has been declared as a collection chunk.protected booleanRIFFParser.isDataChunk(RIFFChunk chunk) Checks whether the ID of the chunk has been declared as a data chunk.protected booleanRIFFParser.isGroupChunk(RIFFChunk chunk) Checks whether the ID of the chunk has been declared as a group chunk.protected booleanRIFFParser.isPropertyChunk(RIFFChunk chunk) Checks wether the ID of the chunk has been declared as a property chunk.voidRIFFVisitor.leaveGroup(RIFFChunk group) This method is invoked when the parser leaves a group chunk.voidRIFFChunk.putPropertyChunk(RIFFChunk chunk) voidRIFFVisitor.visitChunk(RIFFChunk group, RIFFChunk chunk) This method is invoked when the parser has read a data chunk or has skipped a stop chunk.Constructors in org.monte.media.riff with parameters of type RIFFChunk