Package | Description |
---|---|
org.monte.media.anim |
Provides media handlers for the ANIM file format.
|
org.monte.media.eightsvx |
Provides media handlers for the 8SVX file format.
|
org.monte.media.iff |
Provides media handlers for the IFF file format.
|
org.monte.media.ilbm |
Provides media handlers for the ILBM file format.
|
org.monte.media.pbm |
Provides media handlers for the PBM file format.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ANIMDecoder.decodeANNO(IFFChunk[] chunks,
ANIMMovieTrack track) |
protected void |
ANIMDecoder.decodeAUTH(IFFChunk[] chunks,
ANIMMovieTrack track) |
protected void |
ANIMDecoder.decodeCCRT(IFFChunk chunk,
ANIMMovieTrack track)
Decodes the color cycling range and timing chunk (ILBM CCRT).
|
protected void |
ANIMDecoder.decodeColorCycling(IFFChunk[] ccrtChunks,
IFFChunk[] crngChunks,
IFFChunk[] drngChunks,
ANIMMovieTrack track)
Process CRNG and DRNG chunks in the sequence of their
location in the file.
|
protected void |
ANIMDecoder.decodeColorCycling(IFFChunk[] ccrtChunks,
IFFChunk[] crngChunks,
IFFChunk[] drngChunks,
ANIMMovieTrack track)
Process CRNG and DRNG chunks in the sequence of their
location in the file.
|
protected void |
ANIMDecoder.decodeColorCycling(IFFChunk[] ccrtChunks,
IFFChunk[] crngChunks,
IFFChunk[] drngChunks,
ANIMMovieTrack track)
Process CRNG and DRNG chunks in the sequence of their
location in the file.
|
protected void |
ANIMDecoder.decodeCOPYRIGHT(IFFChunk[] chunks,
ANIMMovieTrack track) |
protected void |
ANIMDecoder.decodeCRNG(IFFChunk chunk,
ANIMMovieTrack track)
Decodes the color range cycling (ILBM CRNG).
|
protected void |
ANIMDecoder.decodeDRNG(IFFChunk chunk,
ANIMMovieTrack track)
Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)
|
void |
ANIMDecoder.enterGroup(IFFChunk chunk) |
void |
ANIMDecoder.leaveGroup(IFFChunk chunk) |
void |
ANIMDecoder.visitChunk(IFFChunk group,
IFFChunk chunk) |
Modifier and Type | Method and Description |
---|---|
protected void |
EightSVXDecoder.decodeANNO(EightSVXAudioClip sample,
IFFChunk[] chunks) |
protected void |
EightSVXDecoder.decodeAUTH(EightSVXAudioClip sample,
IFFChunk chunk) |
protected void |
EightSVXDecoder.decodeBODY(EightSVXAudioClip sample,
IFFChunk chunk) |
protected void |
EightSVXDecoder.decodeCHAN(EightSVXAudioClip sample,
IFFChunk chunk) |
protected void |
EightSVXDecoder.decodeCOPYRIGHT(EightSVXAudioClip sample,
IFFChunk chunk) |
protected void |
EightSVXDecoder.decodeNAME(EightSVXAudioClip sample,
IFFChunk chunk) |
protected void |
EightSVXDecoder.decodeVHDR(EightSVXAudioClip sample,
IFFChunk chunk)
The Voice 8 Header (VHDR) property chunk holds the playback parameters for the
sampled waveform.
|
void |
EightSVXDecoder.enterGroup(IFFChunk group)
Visits the start of an IFF GroupChunkExpression.
|
void |
EightSVXDecoder.leaveGroup(IFFChunk group) |
void |
EightSVXDecoder.visitChunk(IFFChunk group,
IFFChunk chunk) |
Modifier and Type | Method and Description |
---|---|
IFFChunk[] |
IFFChunk.getCollectionChunks(int id) |
IFFChunk |
IFFChunk.getPropertyChunk(int id) |
Modifier and Type | Method and Description |
---|---|
void |
IFFChunk.addCollectionChunk(IFFChunk chunk) |
void |
AnimMerger.Loader.enterGroup(IFFChunk group) |
void |
IFFVisitor.enterGroup(IFFChunk group) |
protected boolean |
IFFParser.isCollectionChunk(IFFChunk chunk)
Checks wether the ID of the chunk has been declared as a
collection chunk.
|
protected boolean |
IFFParser.isDataChunk(IFFChunk chunk)
Checks whether the ID of the chunk has been declared as a
data chunk.
|
protected boolean |
IFFParser.isGroupChunk(IFFChunk chunk)
Checks wether the ID of the chunk has been declared as
a group chunk.
|
protected boolean |
IFFParser.isPropertyChunk(IFFChunk chunk)
Checks wether the ID of the chunk has been declared as a
property chunk.
|
void |
AnimMerger.Loader.leaveGroup(IFFChunk group) |
void |
IFFVisitor.leaveGroup(IFFChunk group) |
void |
IFFChunk.putPropertyChunk(IFFChunk chunk) |
void |
AnimMerger.Loader.visitChunk(IFFChunk group,
IFFChunk chunk) |
void |
IFFVisitor.visitChunk(IFFChunk group,
IFFChunk chunk) |
Constructor and Description |
---|
IFFChunk(int type,
int id,
long size,
long scan,
IFFChunk propGroup) |
Modifier and Type | Method and Description |
---|---|
protected void |
ILBMDecoder.decodeBMHD(IFFChunk chunk) |
protected void |
ILBMDecoder.decodeBODY(IFFChunk chunk) |
protected void |
ILBMDecoder.decodeCAMG(IFFChunk chunk)
Decodes the CAMG Chunk.
|
protected ColorCycle |
ILBMDecoder.decodeCCRT(IFFChunk chunk)
Decodes the color cycling range and timing chunk (ILBM CCRT).
|
protected void |
ILBMDecoder.decodeCMAP(IFFChunk chunk,
boolean is4BitsPerChannel) |
protected ColorCycle |
ILBMDecoder.decodeCRNG(IFFChunk chunk)
Decodes the color range cycling (ILBM CRNG).
|
protected ColorCycle |
ILBMDecoder.decodeDRNG(IFFChunk chunk)
Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)
|
void |
ILBMDecoder.enterGroup(IFFChunk chunk) |
void |
ILBMDecoder.leaveGroup(IFFChunk chunk) |
void |
ILBMDecoder.visitChunk(IFFChunk group,
IFFChunk chunk) |
Modifier and Type | Method and Description |
---|---|
protected void |
PBMDecoder.decodeBMHD(IFFChunk chunk)
Decodes the bitmap header (PBM BMHD).
|
protected void |
PBMDecoder.decodeBODY(IFFChunk chunk) |
protected void |
PBMDecoder.decodeCMAP(IFFChunk chunk) |
protected ColorCycle |
PBMDecoder.decodeCRNG(IFFChunk chunk)
Decodes the color range cycling (ILBM CRNG).
|
protected ColorCycle |
PBMDecoder.decodeDRNG(IFFChunk chunk)
Decodes the DPaint IV enhanced color cycle chunk (ILBM DRNG)
|
void |
PBMDecoder.enterGroup(IFFChunk chunk) |
void |
PBMDecoder.leaveGroup(IFFChunk chunk) |
void |
PBMDecoder.visitChunk(IFFChunk group,
IFFChunk chunk) |