| Package | Description |
|---|---|
| org.monte.media.anim |
Provides media handlers for the ANIM file format.
|
| org.monte.media.binary |
Provides codecs for media conversion.
|
| 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.
|
| org.monte.media.riff |
Provides media handlers for the RIFF 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.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.visitChunk(IFFChunk group,
IFFChunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StructParser.parse(Reader r) |
| Constructor and Description |
|---|
StructParser.ArraySize(StreamPosTokenizer scanner) |
StructParser.Declarations(StreamPosTokenizer scanner) |
StructParser.DescriptionDeclaration(StreamPosTokenizer scanner) |
StructParser.EnumDeclaration(StreamPosTokenizer scanner) |
StructParser.EnumSpecifier(StreamPosTokenizer scanner) |
StructParser.IntLiteral(StreamPosTokenizer scanner) |
StructParser.MagicDeclaration(StreamPosTokenizer scanner) |
StructParser.MagicOrIntLiteral(StreamPosTokenizer scanner) |
StructParser.MemberDeclaration(StreamPosTokenizer scanner) |
StructParser.PrimitiveSpecifier(StreamPosTokenizer scanner) |
StructParser.SetDeclaration(StreamPosTokenizer scanner) |
StructParser.SetSpecifier(StreamPosTokenizer scanner) |
StructParser.StructSpecifier(StreamPosTokenizer scanner) |
StructParser.TypedefDeclaration(StreamPosTokenizer scanner) |
StructParser.TypeSpecifier(StreamPosTokenizer scanner) |
StructParser(Reader r) |
| 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.visitChunk(IFFChunk group,
IFFChunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
void |
IFFVisitor.enterGroup(IFFChunk group) |
void |
AnimMerger.Loader.enterGroup(IFFChunk group) |
void |
IFFVisitor.leaveGroup(IFFChunk group) |
void |
AnimMerger.Loader.leaveGroup(IFFChunk group) |
void |
IFFParser.parse(InputStream in,
IFFVisitor v)
Interprets the IFFFileExpression located at the
current position of the indicated InputStream.
|
void |
IFFVisitor.visitChunk(IFFChunk group,
IFFChunk chunk) |
void |
AnimMerger.Loader.visitChunk(IFFChunk group,
IFFChunk chunk) |
| 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)
|
static int |
ILBMDecoder.unpackByteRun1(byte[] in,
byte[] out)
ByteRun1 run decoder.
|
void |
ILBMDecoder.unpackVertical(byte[] in,
BitmapImage bm)
Vertical run decoder.
|
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)
|
static int |
PBMDecoder.unpackByteRun1(byte[] in,
byte[] out)
ByteRun1 run decoder.
|
void |
PBMDecoder.visitChunk(IFFChunk group,
IFFChunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
void |
RIFFVisitor.enterGroup(RIFFChunk group)
This method is invoked when the parser enters a group chunk.
|
void |
RIFFVisitor.leaveGroup(RIFFChunk group)
This method is invoked when the parser leaves a group chunk.
|
long |
RIFFParser.parse(ImageInputStream in,
RIFFVisitor v) |
long |
RIFFParser.parse(InputStream in,
RIFFVisitor v)
Interprets the RIFFFile expression located at the
current position of the indicated InputStream.
|
void |
RIFFVisitor.visitChunk(RIFFChunk group,
RIFFChunk chunk)
This method is invoked when the parser has read a data chunk or
has skipped a stop chunk.
|
Copyright © 2014. All Rights Reserved.