Uses of Class
org.monte.media.iff.IFFChunk
Packages that use IFFChunk
Package
Description
Provides classes for playing ANIM files.
Provides media handlers for the 8SVX file format.
Provides classes for reading and writing IFF files.
Provides classes for reading ILBM images with color cycling.
Provides classes for reading PBM images with color cycling.
-
Uses of IFFChunk in org.monte.media.anim
Methods in org.monte.media.anim with parameters of type IFFChunkModifier and TypeMethodDescriptionprotected voidANIMDecoder.decodeANNO(IFFChunk[] chunks, ANIMMovieResources track) protected voidANIMDecoder.decodeAUTH(IFFChunk[] chunks, ANIMMovieResources track) protected voidANIMDecoder.decodeCCRT(IFFChunk chunk, ANIMMovieResources track) Decodes the color cycling range and timing chunk (ILBM CCRT).protected voidANIMDecoder.decodeColorCycling(IFFChunk[] ccrtChunks, IFFChunk[] crngChunks, IFFChunk[] drngChunks, ANIMMovieResources track) Process CRNG and DRNG chunks in the sequence of their location in the file.protected voidANIMDecoder.decodeCOPYRIGHT(IFFChunk[] chunks, ANIMMovieResources track) protected voidANIMDecoder.decodeCRNG(IFFChunk chunk, ANIMMovieResources track) Decodes the color range cycling (ILBM CRNG).protected voidANIMDecoder.decodeDRNG(IFFChunk chunk, ANIMMovieResources track) Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)voidANIMDecoder.enterGroup(IFFChunk chunk) voidANIMDecoder.leaveGroup(IFFChunk chunk) voidANIMDecoder.visitChunk(IFFChunk group, IFFChunk chunk) -
Uses of IFFChunk in org.monte.media.eightsvx
Methods in org.monte.media.eightsvx with parameters of type IFFChunkModifier and TypeMethodDescriptionprotected voidEightSVXDecoder.decodeANNO(EightSVXAudioClip sample, IFFChunk[] chunks) protected voidEightSVXDecoder.decodeAUTH(EightSVXAudioClip sample, IFFChunk chunk) protected voidEightSVXDecoder.decodeBODY(EightSVXAudioClip sample, IFFChunk chunk) protected voidEightSVXDecoder.decodeCHAN(EightSVXAudioClip sample, IFFChunk chunk) protected voidEightSVXDecoder.decodeCOPYRIGHT(EightSVXAudioClip sample, IFFChunk chunk) protected voidEightSVXDecoder.decodeNAME(EightSVXAudioClip sample, IFFChunk chunk) protected voidEightSVXDecoder.decodeVHDR(EightSVXAudioClip sample, IFFChunk chunk) The Voice 8 Header (VHDR) property chunk holds the playback parameters for the sampled waveform.voidEightSVXDecoder.enterGroup(IFFChunk group) Visits the start of an IFF GroupChunkExpression.voidEightSVXDecoder.leaveGroup(IFFChunk group) voidEightSVXDecoder.visitChunk(IFFChunk group, IFFChunk chunk) -
Uses of IFFChunk in org.monte.media.iff
Methods in org.monte.media.iff that return IFFChunkModifier and TypeMethodDescriptionIFFChunk[]IFFChunk.getCollectionChunks(int id) IFFChunk.getPropertyChunk(int id) Methods in org.monte.media.iff that return types with arguments of type IFFChunkMethods in org.monte.media.iff with parameters of type IFFChunkModifier and TypeMethodDescriptionvoidIFFChunk.addCollectionChunk(IFFChunk chunk) voidIFFVisitor.enterGroup(IFFChunk group) protected booleanIFFParser.isCollectionChunk(IFFChunk chunk) Checks wether the ID of the chunk has been declared as a collection chunk.protected booleanIFFParser.isDataChunk(IFFChunk chunk) Checks whether the ID of the chunk has been declared as a data chunk.protected booleanIFFParser.isGroupChunk(IFFChunk chunk) Checks wether the ID of the chunk has been declared as a group chunk.protected booleanIFFParser.isPropertyChunk(IFFChunk chunk) Checks wether the ID of the chunk has been declared as a property chunk.voidIFFVisitor.leaveGroup(IFFChunk group) voidIFFChunk.putPropertyChunk(IFFChunk chunk) voidIFFVisitor.visitChunk(IFFChunk group, IFFChunk chunk) Constructors in org.monte.media.iff with parameters of type IFFChunk -
Uses of IFFChunk in org.monte.media.ilbm
Methods in org.monte.media.ilbm with parameters of type IFFChunkModifier and TypeMethodDescriptionprotected voidILBMDecoder.decodeBMHD(IFFChunk chunk) protected voidILBMDecoder.decodeBODY(IFFChunk chunk) protected voidILBMDecoder.decodeCAMG(IFFChunk chunk) Decodes the CAMG Chunk.protected ColorCycleILBMDecoder.decodeCCRT(IFFChunk chunk) Decodes the color cycling range and timing chunk (ILBM CCRT).protected voidILBMDecoder.decodeCMAP(IFFChunk chunk, boolean is4BitsPerChannel) protected ColorCycleILBMDecoder.decodeCRNG(IFFChunk chunk) Decodes the color range cycling (ILBM CRNG).protected ColorCycleILBMDecoder.decodeDRNG(IFFChunk chunk) Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)voidILBMDecoder.enterGroup(IFFChunk chunk) voidILBMDecoder.leaveGroup(IFFChunk chunk) voidILBMDecoder.visitChunk(IFFChunk group, IFFChunk chunk) -
Uses of IFFChunk in org.monte.media.pbm
Methods in org.monte.media.pbm with parameters of type IFFChunkModifier and TypeMethodDescriptionprotected voidPBMDecoder.decodeBMHD(IFFChunk chunk) Decodes the bitmap header (PBM BMHD).protected voidPBMDecoder.decodeBODY(IFFChunk chunk) protected voidPBMDecoder.decodeCMAP(IFFChunk chunk) protected ColorCyclePBMDecoder.decodeCRNG(IFFChunk chunk) Decodes the color range cycling (ILBM CRNG).protected ColorCyclePBMDecoder.decodeDRNG(IFFChunk chunk) Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)voidPBMDecoder.enterGroup(IFFChunk chunk) voidPBMDecoder.leaveGroup(IFFChunk chunk) voidPBMDecoder.visitChunk(IFFChunk group, IFFChunk chunk)