Index

A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbortException - Exception Class in org.monte.media.exception
This exception is thrown when the production of an image has been aborted.
AbortException() - Constructor for exception class org.monte.media.exception.AbortException
Creates a new exception.
AbortException(String) - Constructor for exception class org.monte.media.exception.AbortException
Creates a new exception.
AbstractAudioCodec - Class in org.monte.media.av.codec.audio
AbstractAudioCodec.
AbstractAudioCodec(Format[]) - Constructor for class org.monte.media.av.codec.audio.AbstractAudioCodec
 
AbstractAudioCodec(Format[], Format[]) - Constructor for class org.monte.media.av.codec.audio.AbstractAudioCodec
 
AbstractAVIStream - Class in org.monte.media.avi
This is the base class for low-level AVI stream IO.
AbstractAVIStream() - Constructor for class org.monte.media.avi.AbstractAVIStream
 
AbstractAVIStream.AudioTrack - Class in org.monte.media.avi
The format of a video track is defined in a "strf" chunk, which contains a WAVEFORMATEX struct.
AbstractAVIStream.AVIMediaType - Enum Class in org.monte.media.avi
Supported media types.
AbstractAVIStream.Chunk - Class in org.monte.media.avi
Chunk base class.
AbstractAVIStream.CompositeChunk - Class in org.monte.media.avi
A CompositeChunk contains an ordered list of Chunks.
AbstractAVIStream.DataChunk - Class in org.monte.media.avi
Data Chunk.
AbstractAVIStream.FixedSizeDataChunk - Class in org.monte.media.avi
A DataChunk with a fixed size.
AbstractAVIStream.MainHeader - Class in org.monte.media.avi
Holds information about the entire movie.
AbstractAVIStream.MidiTrack - Class in org.monte.media.avi
 
AbstractAVIStream.Sample - Class in org.monte.media.avi
AVI stores media data in sample chunks.
AbstractAVIStream.TextTrack - Class in org.monte.media.avi
 
AbstractAVIStream.Track - Class in org.monte.media.avi
Represents a track (or "stream") in an AVI file.
AbstractAVIStream.VideoTrack - Class in org.monte.media.avi
Represents a video track in an AVI file.
AbstractBean - Class in org.monte.media.beans
Abstract class for models that have to support property change listeners.
AbstractBean() - Constructor for class org.monte.media.beans.AbstractBean
 
AbstractCodec - Class in org.monte.media.av
AbstractCodec.
AbstractCodec(Format[]) - Constructor for class org.monte.media.av.AbstractCodec
 
AbstractCodec(Format[], Format[]) - Constructor for class org.monte.media.av.AbstractCodec
 
AbstractMovie - Class in org.monte.media.av
AbstractMovie.
AbstractMovie() - Constructor for class org.monte.media.av.AbstractMovie
 
AbstractPCMAudioCodec - Class in org.monte.media.av.codec.audio
AbstractPCMAudioCodec performs sign conversion, endian conversion and quantization conversion of PCM audio data.
AbstractPCMAudioCodec() - Constructor for class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
 
AbstractPCMAudioCodec(Format[]) - Constructor for class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
 
AbstractPCMAudioCodec(Format[], Format[]) - Constructor for class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
 
AbstractQuickTimeStream - Class in org.monte.media.quicktime
This is the base class for low-level QuickTime stream IO.
AbstractQuickTimeStream() - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream
 
AbstractQuickTimeStream.Atom - Class in org.monte.media.quicktime
Atom base class.
AbstractQuickTimeStream.AudioTrack - Class in org.monte.media.quicktime
 
AbstractQuickTimeStream.Chunk - Class in org.monte.media.quicktime
Groups consecutive samples with the same sample description Id and with adjacent offsets in the movie file.
AbstractQuickTimeStream.CompositeAtom - Class in org.monte.media.quicktime
A CompositeAtom contains an ordered list of Atoms.
AbstractQuickTimeStream.DataAtom - Class in org.monte.media.quicktime
Data Atom.
AbstractQuickTimeStream.Edit - Class in org.monte.media.quicktime
An Edit define the portions of the media that are to be used to build up a track for a movie.
AbstractQuickTimeStream.Group - Class in org.monte.media.quicktime
Groups consecutive samples with same characteristics.
AbstractQuickTimeStream.Sample - Class in org.monte.media.quicktime
QuickTime stores media data in samples.
AbstractQuickTimeStream.SampleSizeGroup - Class in org.monte.media.quicktime
Groups consecutive samples of the same size.
AbstractQuickTimeStream.States - Enum Class in org.monte.media.quicktime
The states of the movie output stream.
AbstractQuickTimeStream.TimeToSampleGroup - Class in org.monte.media.quicktime
Groups consecutive smples of the same duration.
AbstractQuickTimeStream.Track - Class in org.monte.media.quicktime
Represents a track.
AbstractQuickTimeStream.VideoTrack - Class in org.monte.media.quicktime
 
AbstractQuickTimeStream.WideDataAtom - Class in org.monte.media.quicktime
WideDataAtom can grow larger then 4 gigabytes.
AbstractSplineInterpolator - Class in org.monte.media.interpolator
AbstractSplineInterpolator.
AbstractSplineInterpolator() - Constructor for class org.monte.media.interpolator.AbstractSplineInterpolator
 
AbstractSplineInterpolator(boolean) - Constructor for class org.monte.media.interpolator.AbstractSplineInterpolator
Creates a new interpolator which interpolates into the specified direction within one second.
AbstractSplineInterpolator(float, float) - Constructor for class org.monte.media.interpolator.AbstractSplineInterpolator
Creates a new interpolator which interpolates from the specified start value to the specified end value within one second.
AbstractSplineInterpolator(float, float, long) - Constructor for class org.monte.media.interpolator.AbstractSplineInterpolator
Creates a new interpolator which interpolates from the specified start value to the specified end value within the specified timespan.
AbstractSplineInterpolator(long) - Constructor for class org.monte.media.interpolator.AbstractSplineInterpolator
Creates a new interpolator which interpolates from 0 to 1 within the specified timespan.
AbstractStateModel - Class in org.monte.media.beans
Abstract superclass of models that fire state change events to registered ChangeListener's, when their state changes.
AbstractStateModel() - Constructor for class org.monte.media.beans.AbstractStateModel
Creates a new instance of AbstractChangeModel
AbstractVideoCodec - Class in org.monte.media.av.codec.video
AbstractVideoCodec.
AbstractVideoCodec(Format[], Format[]) - Constructor for class org.monte.media.av.codec.video.AbstractVideoCodec
 
AbstractVideoCodecCore - Class in org.monte.media.av.codec.video
AbstractVideoCodecCore.
AbstractVideoCodecCore() - Constructor for class org.monte.media.av.codec.video.AbstractVideoCodecCore
 
accept(int, int) - Method in interface org.monte.media.util.stream.BiIntConsumer
 
add(long, long) - Method in class org.monte.media.math.Rational
 
add(AbstractAVIStream.Chunk) - Method in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
 
add(Rational) - Method in class org.monte.media.math.Rational
 
add(AbstractQuickTimeStream.Atom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
 
add(TIFFNode) - Method in class org.monte.media.tiff.TIFFNode
 
add(T) - Method in class org.monte.media.tree.TreeNode
 
addAudioTrack(int, long, long, int, int, boolean, int, int) - Method in class org.monte.media.avi.AVIOutputStream
Adds an audio track.
addAudioTrack(String, long, double, int, int, boolean, int, int, boolean, ByteOrder) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Adds an audio track.
addAudioTrack(AudioFormat) - Method in class org.monte.media.quicktime.QuickTimeWriter
Adds an audio track, and configures it using an AudioFormat object from the javax.sound API.
addChangeListener(ChangeListener) - Method in class org.monte.media.beans.AbstractStateModel
 
addChangeListener(ChangeListener) - Method in class org.monte.media.io.BoundedRangeInputStream
Adds a ChangeListener to the model's listener list.
addChunk(AbstractQuickTimeStream.Chunk, boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
addCollectionChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFChunk
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.monte.media.av.Movie
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.beans.AbstractBean
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.monte.media.beans.AbstractBean
 
addSample(AbstractAVIStream.Sample) - Method in class org.monte.media.avi.AbstractAVIStream.Track
 
addSample(AbstractQuickTimeStream.Sample, int, boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
addSampleDescription(QuickTimeMeta.SampleDescription) - Method in class org.monte.media.quicktime.QuickTimeMeta.Media
 
addTrack(Format) - Method in interface org.monte.media.av.MovieWriter
Adds a track to the writer for a suggested input format.
addTrack(Format) - Method in interface org.monte.media.av.Multiplexer
Adds a track.
addTrack(Format) - Method in class org.monte.media.avi.AVIWriter
Adds a track.
addTrack(Format) - Method in class org.monte.media.imgseq.FileMultiplexer
 
addTrack(Format) - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
addTrack(Format) - Method in class org.monte.media.quicktime.QuickTimeMultiplexer
Adds a track.
addTrack(Format) - Method in class org.monte.media.quicktime.QuickTimeWriter
Adds a track.
addVideoTrack(File, String, int, int) - Method in class org.monte.media.imgseq.ImageSequenceWriter
Adds a video track.
addVideoTrack(String, long, long, int, int, int, int) - Method in class org.monte.media.avi.AVIOutputStream
Adds a video track.
addVideoTrack(String, String, long, int, int, int, int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Adds a video track.
addVideoTrack(Format, int, int, int, int) - Method in class org.monte.media.quicktime.QuickTimeWriter
Adds a video track.
addVideoTrack(Format, long, int, int) - Method in class org.monte.media.quicktime.QuickTimeWriter
Adds a video track.
AdjustTimeCodec - Class in org.monte.media.av.codec.time
Adjusts the time stamp of the media.
AdjustTimeCodec() - Constructor for class org.monte.media.av.codec.time.AdjustTimeCodec
 
align() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Align to an even byte position in the input stream.
ALL_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
alternateGroup - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
An identifier which specifies a collection of tracks that contain alternate data for one other.
AnimatedImageReader - Interface in org.monte.media.image
AnimatedImageReader.
AnimationCodec - Class in org.monte.media.quicktime.codec.video
Implements the Apple Animation codec.
AnimationCodec() - Constructor for class org.monte.media.quicktime.codec.video.AnimationCodec
 
AnimationCodecSpi - Class in org.monte.media.quicktime.codec.video
AnimationCodecSpi.
AnimationCodecSpi() - Constructor for class org.monte.media.quicktime.codec.video.AnimationCodecSpi
 
ApertureValue - Static variable in class org.monte.media.exif.EXIFTagSet
 
APP1_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
APP1_MARKER Reserved for application use
APP1_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
APP1_MARKER Reserved for application use
APP2_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
APP2_MARKER Reserved for application use
APP2_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
APP2_MARKER Reserved for application use
append(Object...) - Method in class org.monte.media.av.Format
Creates a new format which contains all properties from this format and additional properties listed.
append(Format) - Method in class org.monte.media.av.Format
Creates a new format which contains all properties from this format and additional properties from that format.
AppendableByteArrayInputStream - Class in org.monte.media.io
A ByteArrayInputStream which allows to replace the byte buffer underneath.
AppendableByteArrayInputStream(byte[]) - Constructor for class org.monte.media.io.AppendableByteArrayInputStream
 
AppendableByteArrayInputStream(byte[], int, int) - Constructor for class org.monte.media.io.AppendableByteArrayInputStream
 
appendBuffer(byte[], int, int, boolean) - Method in class org.monte.media.io.AppendableByteArrayInputStream
Appends new data to the buffer.
ASCII - Enum constant in enum class org.monte.media.tiff.IFDDataType
8-bit byte that contains a 7-bit ASCII code; the last byte must be NUL (binary zero).
ASCII_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
ASCIIValueFormatter - Class in org.monte.media.tiff
Formats byte arrays as string.
ASCIIValueFormatter() - Constructor for class org.monte.media.tiff.ASCIIValueFormatter
Creates a new enumeration.
Atom(String, long) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Atom
Creates a new Atom at the current position of the ImageOutputStream.
AUDIO - Enum constant in enum class org.monte.media.av.FormatKeys.MediaType
 
AUDIO - Enum constant in enum class org.monte.media.avi.AbstractAVIStream.AVIMediaType
 
AudioFormatKeys - Class in org.monte.media.av.codec.audio
Defines common format keys for audio media.
AudioFormatKeys() - Constructor for class org.monte.media.av.codec.audio.AudioFormatKeys
 
AudioTrack() - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
 
AudioTrack(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.AudioTrack
 
available() - Method in class org.monte.media.io.ByteArrayImageInputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class org.monte.media.io.ByteArrayImageOutputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class org.monte.media.io.ImageInputStreamAdapter
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class org.monte.media.mp3.MP3AudioInputStream
 
avgBytesPerSec - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Required average data-transfer rate, in bytes per second, for the format tag.
AVI - Static variable in class org.monte.media.avi.AVIReader
 
AVI - Static variable in class org.monte.media.avi.AVIWriter
 
AVI_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
AVIBMPDIB - Class in org.monte.media.av.codec.video
This class defines the JPEG Huffman table, which is omitted in AVI MJPEG files.
AVIBMPDIB() - Constructor for class org.monte.media.av.codec.video.AVIBMPDIB
 
aviChunk - Variable in class org.monte.media.avi.AVIOutputStream
This chunk holds the whole AVI content.
AVIH_FLAG_COPYRIGHTED - Static variable in class org.monte.media.avi.AbstractAVIStream
 
AVIH_FLAG_HAS_INDEX - Static variable in class org.monte.media.avi.AbstractAVIStream
Indicates the AVI file has an index.
AVIH_FLAG_IS_INTERLEAVED - Static variable in class org.monte.media.avi.AbstractAVIStream
Indicates the AVI file is interleaved.
AVIH_FLAG_MUST_USE_INDEX - Static variable in class org.monte.media.avi.AbstractAVIStream
Indicates that application should use the index, rather than the physical ordering of the chunks in the file, to determine the order of presentation of the data.
AVIH_FLAG_TRUST_CK_TYPE - Static variable in class org.monte.media.avi.AbstractAVIStream
??
AVIH_FLAG_WAS_CAPTURE_FILE - Static variable in class org.monte.media.avi.AbstractAVIStream
// Indicates the AVI file is a specially allocated file used for capturing real-time video.
AVIH_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
avihChunk - Variable in class org.monte.media.avi.AVIOutputStream
This chunk holds the AVI Main Header.
AVIInputStream - Class in org.monte.media.avi
Provides low-level support for reading encoded audio and video samples from an AVI 1.0 or an AVI 2.0 file.
AVIInputStream(File) - Constructor for class org.monte.media.avi.AVIInputStream
Creates a new instance.
AVIInputStream(ImageInputStream) - Constructor for class org.monte.media.avi.AVIInputStream
Creates a new instance.
AVIMovie - Class in org.monte.media.avi
AVIMovie.
AVIMovie() - Constructor for class org.monte.media.avi.AVIMovie
 
AVIOutputStream - Class in org.monte.media.avi
Provides low-level support for writing already encoded audio and video samples into an AVI 1.0 file.
AVIOutputStream(File) - Constructor for class org.monte.media.avi.AVIOutputStream
Creates a new instance.
AVIOutputStream(ImageOutputStream) - Constructor for class org.monte.media.avi.AVIOutputStream
Creates a new instance.
AVIOutputStream.States - Enum Class in org.monte.media.avi
The states of the movie output stream.
AVIPCMAudioCodec - Class in org.monte.media.avi.codec.audio
AbstractPCMAudioCodec performs sign conversion, endian conversion and quantization conversion of PCM audio data.
AVIPCMAudioCodec() - Constructor for class org.monte.media.avi.codec.audio.AVIPCMAudioCodec
 
AVIPCMAudioCodecSpi - Class in org.monte.media.avi.codec.audio
AVIPCMAudioCodecSpi.
AVIPCMAudioCodecSpi() - Constructor for class org.monte.media.avi.codec.audio.AVIPCMAudioCodecSpi
 
AVIReader - Class in org.monte.media.avi
Provides high-level support for decoding and reading audio and video samples from an AVI 1.0 file.
AVIReader(File) - Constructor for class org.monte.media.avi.AVIReader
 
AVIReader(ImageInputStream) - Constructor for class org.monte.media.avi.AVIReader
 
AVIReaderSpi - Class in org.monte.media.avi
AVIReaderSpi.
AVIReaderSpi() - Constructor for class org.monte.media.avi.AVIReaderSpi
 
AVIWriter - Class in org.monte.media.avi
Provides high-level support for encoding and writing audio and video samples into an AVI 1.0 file.
AVIWriter(File) - Constructor for class org.monte.media.avi.AVIWriter
Creates a new AVI writer.
AVIWriter(ImageOutputStream) - Constructor for class org.monte.media.avi.AVIWriter
Creates a new AVI writer.
AVIWriterSpi - Class in org.monte.media.avi
AVIWriterSpi.
AVIWriterSpi() - Constructor for class org.monte.media.avi.AVIWriterSpi
 
AVIX_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 

B

BaselineLength - Static variable in class org.monte.media.exif.FujifilmMakerNoteTagSet
 
BaselineLength - Static variable in class org.monte.media.exif.MPFTagSet
 
BaselineTagSet - Class in org.monte.media.tiff
A class representing the set of tags found in the baseline TIFF specification as well as some common additional tags.
BezierInterpolator - Class in org.monte.media.interpolator
A bezier interpolator for use in conjunction with an Animator object.
BezierInterpolator(double[][]) - Constructor for class org.monte.media.interpolator.BezierInterpolator
Interpolates between the specified control points.
BezierInterpolator(double[][], boolean, long) - Constructor for class org.monte.media.interpolator.BezierInterpolator
Interpolates between the specified control points.
BezierInterpolator(float, float, float, float) - Constructor for class org.monte.media.interpolator.BezierInterpolator
Creates a new instance of SplineInterpolator with the control points defined by (x1, y1) and (x2, y2).
BezierInterpolator(float, float, float, float, boolean, long) - Constructor for class org.monte.media.interpolator.BezierInterpolator
Creates a new instance of SplineInterpolator with the control points defined by (x1, y1) and (x2, y2).
BezierInterpolator(float, float, float, float, long) - Constructor for class org.monte.media.interpolator.BezierInterpolator
Creates a new instance of SplineInterpolator with the control points defined by (x1, y1) and (x2, y2).
BiIntConsumer - Interface in org.monte.media.util.stream
BiIntConsumer.
bitCount - Variable in class org.monte.media.avi.AbstractAVIStream.VideoTrack
Specifies the number of bits per pixel (bpp).
BitDepthConverters - Class in org.monte.media.color
 
bitsPerSample - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Bits per sample for the wFormatTag format type.
BitsPerSample - Static variable in class org.monte.media.tiff.BaselineTagSet
 
BLACK_POINT_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Level adjustment: black point in the range [0,1].
blackPoint - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Level adjustment: black point in the range [0,1].
blockAlign - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Block alignment, in bytes.
BoundedRangeInputStream - Class in org.monte.media.io
This input stream implements the BoundedRangeModel and allows the observation of the input reading process.
BoundedRangeInputStream(InputStream) - Constructor for class org.monte.media.io.BoundedRangeInputStream
Create a new instance.
brand - Variable in class org.monte.media.quicktime.QuickTimeMeta
 
brightness - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Brightness adjustment in the range [-1,1].
BRIGHTNESS_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Brightness adjustment in the range [-1,1].
BrightnessValue - Static variable in class org.monte.media.exif.EXIFTagSet
 
buf - Variable in class org.monte.media.io.ByteArrayImageInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class org.monte.media.io.ByteArrayImageOutputStream
An array of bytes that was provided by the creator of the stream.
Buffer - Class in org.monte.media.av
A Buffer carries media data from one media processing unit to another.
Buffer() - Constructor for class org.monte.media.av.Buffer
 
BufferedImageWithColorModel - Class in org.monte.media.image
BufferedImageWithColorModel.
BufferedImageWithColorModel(int, int, int) - Constructor for class org.monte.media.image.BufferedImageWithColorModel
 
BufferedImageWithColorModel(int, int, int, IndexColorModel) - Constructor for class org.monte.media.image.BufferedImageWithColorModel
 
BufferedImageWithColorModel(ColorModel, WritableRaster, boolean) - Constructor for class org.monte.media.image.BufferedImageWithColorModel
 
BufferedImageWithColorModel(ColorModel, WritableRaster, boolean, Hashtable<?, ?>) - Constructor for class org.monte.media.image.BufferedImageWithColorModel
 
BufferFlag - Enum Class in org.monte.media.av
BufferFlag.
buildMediaSamplesTable(long) - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
buildSamplesTable(long) - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
Builds the samples table for this track.
buildTrackSamplesTable(long) - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
BYTE - Enum constant in enum class org.monte.media.tiff.IFDDataType
8-bit unsigned integer.
BYTE_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
ByteArray - Class in org.monte.media.io
Utility methods for reading/writing primitive values into byte arrays.
ByteArrayImageInputStream - Class in org.monte.media.io
A ByteArrayImageInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayImageInputStream(byte[]) - Constructor for class org.monte.media.io.ByteArrayImageInputStream
 
ByteArrayImageInputStream(byte[], int, int, ByteOrder) - Constructor for class org.monte.media.io.ByteArrayImageInputStream
 
ByteArrayImageInputStream(byte[], ByteOrder) - Constructor for class org.monte.media.io.ByteArrayImageInputStream
 
ByteArrayImageOutputStream - Class in org.monte.media.io
This class implements an image output stream in which the data is written into a byte array.
ByteArrayImageOutputStream() - Constructor for class org.monte.media.io.ByteArrayImageOutputStream
 
ByteArrayImageOutputStream(byte[]) - Constructor for class org.monte.media.io.ByteArrayImageOutputStream
 
ByteArrayImageOutputStream(byte[], int, int, ByteOrder) - Constructor for class org.monte.media.io.ByteArrayImageOutputStream
 
ByteArrayImageOutputStream(byte[], ByteOrder) - Constructor for class org.monte.media.io.ByteArrayImageOutputStream
 
ByteArrayImageOutputStream(int) - Constructor for class org.monte.media.io.ByteArrayImageOutputStream
 
ByteArrayImageOutputStream(ByteOrder) - Constructor for class org.monte.media.io.ByteArrayImageOutputStream
 
byteBuf - Variable in class org.monte.media.io.ImageInputStreamImpl2
Byte buffer used for readFully(type[], int, int).
ByteOrderKey - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
The compressor name.

C

canDecodeInput(Object) - Method in class org.monte.media.jpeg.CMYKJPEGImageReaderSpi
 
canDecodeInput(Object) - Method in class org.monte.media.mjpg.MJPGImageReaderSpi
 
canDecodeInput(Object) - Method in class org.monte.media.mpo.MPOImageReaderSpi
 
canDecodeInput(Object) - Method in class org.monte.media.pgm.PGMImageReaderSpi
 
ceil(long) - Method in class org.monte.media.math.Rational
Returns the closest rational with the specified denominator which is greater or equal than this number.
CFAPattern - Static variable in class org.monte.media.exif.EXIFTagSet
 
changeEvent - Variable in class org.monte.media.beans.AbstractStateModel
 
changeEvent_ - Variable in class org.monte.media.io.BoundedRangeInputStream
Only one ChangeEvent is needed per model instance since the event's only (read-only) state is the source property.
channels - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Number of channels in the waveform-audio data.
ChannelsKey - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
The number of ChannelsKey.
children - Variable in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
 
children - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
 
children() - Method in class org.monte.media.tree.TreeNode
 
Chunk(int) - Constructor for class org.monte.media.avi.AbstractAVIStream.Chunk
Creates a new Chunk at the current position of the ImageOutputStream.
Chunk(AbstractQuickTimeStream.Sample, int) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
Creates a new Chunk.
Chunk(AbstractQuickTimeStream.Sample, AbstractQuickTimeStream.Sample, int, int) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
Creates a new Chunk.
Chunk(QuickTimeMeta.MediaSample, int) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.Chunk
Creates a new Chunk.
Chunk(QuickTimeMeta.MediaSample, QuickTimeMeta.MediaSample, int, int) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.Chunk
Creates a new Chunk.
CHUNK_SUBTYPE_MASK - Static variable in class org.monte.media.avi.AbstractAVIStream
 
chunkOffsets - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
List of chunk offsets.
chunks - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
List of chunks.
chunkType - Variable in class org.monte.media.avi.AbstractAVIStream.Chunk
The chunkType of the chunk.
clear() - Method in class org.monte.media.concurrent.EventLoop
Clears the event queue.
clear() - Method in class org.monte.media.io.ByteArrayImageOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
clear() - Method in class org.monte.media.quicktime.QuickTimeMeta
Clears this movie.
clearCount() - Method in class org.monte.media.avi.DataChunkOutputStream
Sets the value of the counter written to 0.
clearFlag(BufferFlag) - Method in class org.monte.media.av.Buffer
Convenience method for clearing a flag.
clearFlags() - Method in class org.monte.media.av.Buffer
 
cloneImage(RenderedImage) - Static method in class org.monte.media.image.Images
Clone the image.
close() - Method in interface org.monte.media.av.Demultiplexer
Closes the Demultiplexer.
close() - Method in interface org.monte.media.av.MovieReader
 
close() - Method in interface org.monte.media.av.MovieWriter
Closes the writer.
close() - Method in interface org.monte.media.av.Multiplexer
Closes the Multiplexer.
close() - Method in class org.monte.media.avi.AVIInputStream
 
close() - Method in class org.monte.media.avi.AVIOutputStream
Closes the stream.
close() - Method in class org.monte.media.avi.AVIReader
 
close() - Method in class org.monte.media.avi.AVIWriter
 
close() - Method in class org.monte.media.avi.DataChunkOutputStream
 
close() - Method in class org.monte.media.imgseq.FileMultiplexer
 
close() - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
close() - Method in class org.monte.media.imgseq.TrackDemultiplexer
 
close() - Method in class org.monte.media.io.ByteArrayImageInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class org.monte.media.io.ByteArrayImageOutputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class org.monte.media.io.FilterImageInputStream
 
close() - Method in class org.monte.media.io.ImageInputStreamAdapter
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.monte.media.io.ImageOutputStreamAdapter
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class org.monte.media.io.SubImageOutputStream
 
close() - Method in class org.monte.media.jfif.JFIFOutputStream
 
close() - Method in class org.monte.media.mp3.MP3AudioInputStream
 
close() - Method in class org.monte.media.quicktime.QuickTimeInputStream
 
close() - Method in class org.monte.media.quicktime.QuickTimeMultiplexer
 
close() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Closes the movie file as well as the stream being filtered.
close() - Method in class org.monte.media.quicktime.QuickTimeReader
 
close() - Method in class org.monte.media.quicktime.QuickTimeWriter
 
close() - Method in class org.monte.media.tiff.TIFFOutputStream
 
CLOSED - Enum constant in enum class org.monte.media.avi.AVIOutputStream.States
 
CLOSED - Enum constant in enum class org.monte.media.quicktime.AbstractQuickTimeStream.States
 
CMYKImages - Class in org.monte.media.image
Provides utility methods for images in the CMYK color space..
CMYKImages() - Constructor for class org.monte.media.image.CMYKImages
 
CMYKJPEGImageReader - Class in org.monte.media.jpeg
Reads a JPEG image with colors in the CMYK color space.
CMYKJPEGImageReader() - Constructor for class org.monte.media.jpeg.CMYKJPEGImageReader
 
CMYKJPEGImageReader(ImageReaderSpi) - Constructor for class org.monte.media.jpeg.CMYKJPEGImageReader
 
CMYKJPEGImageReaderSpi - Class in org.monte.media.jpeg
A reader for JPEG images in the CMYK color space.
CMYKJPEGImageReaderSpi() - Constructor for class org.monte.media.jpeg.CMYKJPEGImageReaderSpi
 
codec - Variable in class org.monte.media.avi.AbstractAVIStream.Track
The codec.
codec - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
The codec.
Codec - Interface in org.monte.media.av
A Codec processes a Buffer and stores the result in another Buffer.
CODEC_FAILED - Static variable in interface org.monte.media.av.Codec
The codec could not handle the input.
CODEC_INPUT_NOT_CONSUMED - Static variable in interface org.monte.media.av.Codec
The codec did not fully consume the input buffer.
CODEC_OK - Static variable in interface org.monte.media.av.Codec
The codec successfully converted the input to output.
CODEC_OUTPUT_NOT_FILLED - Static variable in interface org.monte.media.av.Codec
The codec did not fully fill the output buffer.
CodecChain - Class in org.monte.media.av
CodecChain.
CodecChain(Codec, Codec) - Constructor for class org.monte.media.av.CodecChain
 
CodecSpi - Interface in org.monte.media.av
Service provider interface for Codec.
collectEvent(E) - Method in class org.monte.media.concurrent.EventLoop
Collects an event and puts it into the event queue for later processing.
collectionChunks() - Method in class org.monte.media.riff.RIFFChunk
 
ColorAdjustCodec - Class in org.monte.media.av.codec.video
Adjusts the colors of a buffered image.
ColorAdjustCodec() - Constructor for class org.monte.media.av.codec.video.ColorAdjustCodec
 
ColorAdjustModel - Interface in org.monte.media.av.codec.video
ImageAdjustmentModel.
ColorModels - Class in org.monte.media.color
Utility methods for ColorModels.
Colors - Class in org.monte.media.color
Colors.
ColorSpace - Static variable in class org.monte.media.exif.EXIFTagSet
 
ColorSpaces - Class in org.monte.media.color
ColorSpaces.
ColorSpaces() - Constructor for class org.monte.media.color.ColorSpaces
 
commentChar(int) - Method in class org.monte.media.io.StreamPosTokenizer
Specified that the character argument starts a single-line comment.
compare(File, File) - Method in class org.monte.media.imgseq.FileComparator
 
compare(String, String) - Method in class org.monte.media.imgseq.OSXCollator
 
compareTo(FormatKey<T>) - Method in class org.monte.media.av.FormatKey
 
compareTo(Rational) - Method in class org.monte.media.math.Rational
return { -1, 0, +1 } if a < b, a = b, or a > b.
compatibleBrands - Variable in class org.monte.media.quicktime.QuickTimeMeta
 
ComponentsConfiguration - Static variable in class org.monte.media.exif.EXIFTagSet
 
CompositeAtom(String) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
Creates a new CompositeAtom at the current position of the ImageOutputStream.
CompositeChunk(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.CompositeChunk
Creates a new CompositeChunk at the current position of the ImageOutputStream.
compositeType - Variable in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
The type of the composite.
CompressedBitsPerPixel - Static variable in class org.monte.media.exif.EXIFTagSet
 
COMPRESSION_NONE - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
COMPRESSION_ZLIB - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
compressionMethod - Variable in class org.monte.media.quicktime.QuickTimeMeta
The compression method used for compressing the compressed movie data atom cmvd.
COMPRESSOR_NAME_AVI_TECHSMITH_SCREEN_CAPTURE - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
 
COMPRESSOR_NAME_QUICKTIME_ANIMATION - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
 
COMPRESSOR_NAME_QUICKTIME_CINEPAK - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
 
COMPRESSOR_NAME_QUICKTIME_JPEG - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
 
COMPRESSOR_NAME_QUICKTIME_PNG - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
 
COMPRESSOR_NAME_QUICKTIME_RAW - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
 
CompressorNameKey - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
The compressor name.
consumeGreedy(String) - Method in class org.monte.media.io.StreamPosTokenizer
Consumes a substring from the current sval of the StreamPosTokenizer.
containsKey(FormatKey<?>) - Method in class org.monte.media.av.Format
 
containsKeys(FormatKey<?>...) - Method in class org.monte.media.av.Format
Returns true if the format has the specified keys.
contrast - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Contrast adjustment in the range [-1,1].
Contrast - Static variable in class org.monte.media.exif.EXIFTagSet
 
CONTRAST_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Contrast adjustment in the range [-1,1].
ConvergenceAngle - Static variable in class org.monte.media.exif.FujifilmMakerNoteTagSet
 
ConvergenceAngle - Static variable in class org.monte.media.exif.MPFTagSet
 
copy(File, File) - Static method in class org.monte.media.io.IOStreams
Copies the source file into the provided target file.
copy(InputStream, ImageOutputStream) - Static method in class org.monte.media.io.IOStreams
Copies the remainder of the source stream into the provided target stream.
copy(InputStream, ImageOutputStream, long) - Static method in class org.monte.media.io.IOStreams
Copies up to the specified number of bytes from the remainder of the source stream into the provided target stream.
copyImage(BufferedImage) - Static method in class org.monte.media.av.codec.video.AbstractVideoCodec
Copies a buffered image.
count - Variable in class org.monte.media.io.ByteArrayImageInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class org.monte.media.io.ByteArrayImageOutputStream
The index one greater than the last valid character in the input stream buffer.
countPixels(WritableRaster) - Method in class org.monte.media.color.Histogram
 
create() - Method in class org.monte.media.av.codec.video.JPEGCodecSpi
 
create() - Method in class org.monte.media.av.codec.video.PNGCodecSpi
 
create() - Method in class org.monte.media.av.codec.video.TechSmithCodecSpi
 
create() - Method in interface org.monte.media.av.CodecSpi
 
create() - Method in class org.monte.media.avi.codec.audio.AVIPCMAudioCodecSpi
 
create() - Method in class org.monte.media.avi.codec.video.DIBCodecSpi
 
create() - Method in class org.monte.media.avi.codec.video.RunLengthCodecSpi
 
create() - Method in class org.monte.media.avi.codec.video.ZMBVCodecSpi
 
create() - Method in class org.monte.media.quicktime.codec.audio.QuickTimePCMAudioCodecSpi
 
create() - Method in class org.monte.media.quicktime.codec.video.AnimationCodecSpi
 
create() - Method in class org.monte.media.quicktime.codec.video.RawCodecSpi
 
create(File) - Method in interface org.monte.media.av.MovieReaderSpi
 
create(File) - Method in interface org.monte.media.av.MovieWriterSpi
 
create(File) - Method in class org.monte.media.avi.AVIReaderSpi
 
create(File) - Method in class org.monte.media.avi.AVIWriterSpi
 
create(File) - Method in class org.monte.media.quicktime.QuickTimeReaderSpi
 
create(File) - Method in class org.monte.media.quicktime.QuickTimeWriterSpi
 
create(ImageInputStream) - Method in interface org.monte.media.av.MovieReaderSpi
 
create(ImageInputStream) - Method in class org.monte.media.avi.AVIReaderSpi
 
create(ImageInputStream) - Method in class org.monte.media.quicktime.QuickTimeReaderSpi
 
create(ImageOutputStream) - Method in interface org.monte.media.av.MovieWriterSpi
 
create(ImageOutputStream) - Method in class org.monte.media.avi.AVIWriterSpi
 
create(ImageOutputStream) - Method in class org.monte.media.quicktime.QuickTimeWriterSpi
 
createCodecChain(List<Codec>) - Static method in class org.monte.media.av.CodecChain
 
createCodecChain(Codec...) - Static method in class org.monte.media.av.CodecChain
 
createGrayColors() - Static method in class org.monte.media.color.Colors
 
createImage(Class<?>, String) - Static method in class org.monte.media.image.Images
 
createImage(URL) - Static method in class org.monte.media.image.Images
 
createImageFromCMYK(Raster, ICC_Profile) - Static method in class org.monte.media.image.CMYKImages
Creates a buffered image from a CMYK raster using the provided CMYK ICC_Profile.
createImageFromICCProfile(Raster, ICC_Profile) - Static method in class org.monte.media.image.CMYKImages
Creates a buffered image from a raster in the color space specified by the given ICC_Profile.
createImageFromInvertedCMYK(Raster, ICC_Profile) - Static method in class org.monte.media.image.CMYKImages
Creates a buffered image from a raster in the RGBW color space.
createImageFromInvertedYCCK(Raster, ICC_Profile) - Static method in class org.monte.media.image.CMYKImages
Creates a buffered image from a raster in the inverted YCCK color space, converting the colors to RGB using the provided CMYK ICC_Profile.
createImageFromRGB(Raster, ICC_Profile) - Static method in class org.monte.media.image.CMYKImages
 
createImageFromYCC(Raster, ICC_Profile) - Static method in class org.monte.media.image.CMYKImages
 
createImageFromYCCK(Raster, ICC_Profile) - Static method in class org.monte.media.image.CMYKImages
Creates a CMYK image from a raster in the YCCK color space.
createMacColors() - Static method in class org.monte.media.color.Colors
The macintosh palette is arranged as follows: there are 256 colours to allocate, an even distribution of colors through the color cube might be desirable but 256 is not the cube of an integer.
createNativeJPEGReader() - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
createReaderInstance(Object) - Method in class org.monte.media.jpeg.CMYKJPEGImageReaderSpi
 
createReaderInstance(Object) - Method in class org.monte.media.mjpg.MJPGImageReaderSpi
 
createReaderInstance(Object) - Method in class org.monte.media.mpo.MPOImageReaderSpi
 
createReaderInstance(Object) - Method in class org.monte.media.pgm.PGMImageReaderSpi
 
creationTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
Creation time of the movie.
creationTime - Variable in class org.monte.media.quicktime.QuickTimeMeta
Creation time of the movie.
creationTime - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
Creation time of the track.
currentTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The time value for current time position within the movie.
currentTime - Variable in class org.monte.media.quicktime.QuickTimeInputStream
 
currentTime - Variable in class org.monte.media.quicktime.QuickTimeMeta
The time value for current time position within the movie.
CustomRendered - Static variable in class org.monte.media.exif.EXIFTagSet
 

D

data - Variable in class org.monte.media.av.Buffer
The media data.
data - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
 
data - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
 
data - Variable in class org.monte.media.quicktime.QuickTimeMeta.DataReference
Reference data.
DataAtom(String) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
Creates a new DataAtom at the current position of the ImageOutputStream.
DataAtomInputStream - Class in org.monte.media.quicktime
DataAtomInputStream.
DataAtomInputStream(InputStream) - Constructor for class org.monte.media.quicktime.DataAtomInputStream
 
DataAtomInputStream(ImageInputStream) - Constructor for class org.monte.media.quicktime.DataAtomInputStream
 
DataAtomOutputStream - Class in org.monte.media.quicktime
This output stream filter supports common data types used inside of a QuickTime Data Atom.
DataAtomOutputStream(OutputStream) - Constructor for class org.monte.media.quicktime.DataAtomOutputStream
 
DataChunk(int) - Constructor for class org.monte.media.avi.AbstractAVIStream.DataChunk
Creates a new DataChunk at the current position of the ImageOutputStream.
DataChunk(int, long) - Constructor for class org.monte.media.avi.AbstractAVIStream.DataChunk
Creates a new DataChunk at the current position of the ImageOutputStream.
DataChunkOutputStream - Class in org.monte.media.avi
This output stream filter supports common data types used inside of an AVI RIFF Data Chunk.
DataChunkOutputStream(OutputStream) - Constructor for class org.monte.media.avi.DataChunkOutputStream
 
DataChunkOutputStream(OutputStream, boolean) - Constructor for class org.monte.media.avi.DataChunkOutputStream
 
DataClassKey - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
The data class.
dataFormat - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
The media type.
DataReference() - Constructor for class org.monte.media.quicktime.QuickTimeMeta.DataReference
 
dataReferenceIndex - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
The data reference index.
dataReferenceList - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
The data reference list of the track.
DateTime - Static variable in class org.monte.media.tiff.BaselineTagSet
 
DateTimeDigitized - Static variable in class org.monte.media.exif.EXIFTagSet
 
DateTimeOriginal - Static variable in class org.monte.media.exif.EXIFTagSet
 
DateValueFormatter - Class in org.monte.media.tiff
DateValueFormatter.
DateValueFormatter() - Constructor for class org.monte.media.tiff.DateValueFormatter
 
DB_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
DC_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
declareCollectionChunk(int, int) - Method in class org.monte.media.riff.RIFFParser
Declares a collection chunk.
declareDataChunk(int, int) - Method in class org.monte.media.riff.RIFFParser
Declares a data chunk.
declareGroupChunk(int, int) - Method in class org.monte.media.riff.RIFFParser
Declares a FORM group chunk.
declarePropertyChunk(int, int) - Method in class org.monte.media.riff.RIFFParser
Declares a property chunk.
declareStopChunks() - Method in class org.monte.media.riff.RIFFParser
Whether the parse should stop at all chunks.
declareStopChunkType(int) - Method in class org.monte.media.riff.RIFFParser
Declares a stop chunk.
decode(byte[], int, int, byte[], byte[], int, int, boolean) - Method in class org.monte.media.avi.codec.video.ZMBVCodecCore
Decodes to 8-bit palettised.
decode(byte[], int, int, int[], int[], int, int, boolean) - Method in class org.monte.media.avi.codec.video.ZMBVCodecCore
Decodes to 32-bit RGB.
decode(byte[], int, int, Object[], Object[], int, int, boolean) - Method in class org.monte.media.avi.codec.video.ZMBVCodecCore
Decodes to 8-bit, 15-bit, 16-bit or 32-bit RGB depending on input data.
decode(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.JPEGCodec
 
decode(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.PNGCodec
 
decode(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.TechSmithCodec
 
decode(Buffer, Buffer) - Method in class org.monte.media.avi.codec.video.DIBCodec
 
decode(Buffer, Buffer) - Method in class org.monte.media.avi.codec.video.ZMBVCodec
 
decode16(byte[], int, int, int[], int[], int, int, boolean) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Decodes from 16-bit to 24-bit RGB.
decode24(byte[], int, int, int[], int[], int, int, boolean) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Decodes to 24-bit RGB.
decode8(byte[], int, int, byte[], byte[], int, int, boolean) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Decodes to 8-bit palettised.
decode8(byte[], int, int, int[], int[], int, int, boolean) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Decodes to 24-bit direct color.
decodeDelta16(ImageInputStream, short[], short[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
Decodes a 16-bit delta frame.
decodePalette(byte[], int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Decodes an AVI palette change chunk.
DefaultColorAdjustModel - Class in org.monte.media.av.codec.video
DefaultImageAdjustmentModel.
DefaultColorAdjustModel() - Constructor for class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
DefaultIIOMetadata - Class in org.monte.media.exif
DefaultIIOMetadata.
DefaultIIOMetadata(String, IIOMetadataNode) - Constructor for class org.monte.media.exif.DefaultIIOMetadata
 
DefaultMovie - Class in org.monte.media.av
DefaultMovie.
DefaultMovie() - Constructor for class org.monte.media.av.DefaultMovie
 
DefaultRegistry - Class in org.monte.media.av
DefaultRegistry.
DefaultRegistry() - Constructor for class org.monte.media.av.DefaultRegistry
 
definition - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Definition adjustment in the range [0,1].
DEFINITION_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Definition adjustment in the range [0,1].
Demultiplexer - Interface in org.monte.media.av
A Demultiplexer takes a data source with multiplexed media as an input and outputs the media in individual tracks.
denoise - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
De-noise adjustment in the range [0,1].
DENOISE_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
De-noise adjustment in the range [0,1].
DepthKey - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
The number of bits per pixel.
descriptionFormat(Object) - Method in class org.monte.media.tiff.ASCIIValueFormatter
 
descriptionFormat(Object) - Method in class org.monte.media.tiff.DateValueFormatter
 
descriptionFormat(Object) - Method in class org.monte.media.tiff.EnumValueFormatter
 
descriptionFormat(Object) - Method in class org.monte.media.tiff.SetValueFormatter
 
descriptionFormat(Object) - Method in interface org.monte.media.tiff.ValueFormatter
Describes the data.
det(double, double, double, double) - Static method in class org.monte.media.math.LinearEquations
Computes the determinant of a 3x3 matrix using Sarrus' rule.
det(double, double, double, double, double, double, double, double, double) - Static method in class org.monte.media.math.LinearEquations
Computes the determinant of a 2x2 matrix using Sarrus' rule.
DeviceSettingDescription - Static variable in class org.monte.media.exif.EXIFTagSet
 
DIBCodec - Class in org.monte.media.avi.codec.video
DIBCodec encodes a BufferedImage as a Microsoft Device Independent Bitmap (DIB) into a byte array.
DIBCodec() - Constructor for class org.monte.media.avi.codec.video.DIBCodec
 
DIBCodecSpi - Class in org.monte.media.avi.codec.video
DIBCodecSpi.
DIBCodecSpi() - Constructor for class org.monte.media.avi.codec.video.DIBCodecSpi
 
DigitalZoomRatio - Static variable in class org.monte.media.exif.EXIFTagSet
 
DISCARD - Enum constant in enum class org.monte.media.av.BufferFlag
Indicates that the data in this buffer should be ignored.
dispatch(Runnable) - Method in class org.monte.media.concurrent.SequentialDispatcher
Queues the Runnable object for later execution on the processor thread.
dispose() - Method in class org.monte.media.io.SubImageOutputStream
 
dispose() - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
Disposes of resources held internally by the reader.
dispose() - Method in class org.monte.media.mjpg.MJPGImageReader
Disposes of resources held internally by the reader.
divide(Rational) - Method in class org.monte.media.math.Rational
 
DOUBLE - Enum constant in enum class org.monte.media.tiff.IFDDataType
Double precision (8-byte) IEEE format.
DOUBLE_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
doubleValue() - Method in class org.monte.media.math.ExtendedReal
 
doubleValue() - Method in class org.monte.media.math.Rational
 
duration - Variable in class org.monte.media.avi.AbstractAVIStream.Sample
The number of media samples in the sample chunk.
duration - Variable in class org.monte.media.quicktime.QuickTimeMeta
The duration of the movie in time scale units (derived value).
duration - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The duration of the track given in the movie time scale (derived value).

E

Edit(int, int, double) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
Creates an edit.
Edit(int, int, int) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
Creates an edit.
Edit(long, int, double) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.Edit
Creates an edit.
editList - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
The edit list of the track.
editList - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The edit list of the track.
encode(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.JPEGCodec
 
encode(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.PNGCodec
 
encode(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.TechSmithCodec
 
encode(Buffer, Buffer) - Method in class org.monte.media.avi.codec.video.DIBCodec
 
encodeDelta16(OutputStream, short[], short[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes a 16-bit delta frame.
encodeDelta16(ImageOutputStream, short[], short[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
Encodes a 16-bit delta frame.
encodeDelta24(OutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes a 24-bit delta frame.
encodeDelta24(ImageOutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
Encodes a 24-bit delta frame.
encodeDelta32(ImageOutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
Encodes a 32-bit delta frame.
encodeDelta8(OutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes an 8-bit delta frame with indexed colors.
encodeDelta8(ImageOutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
Encodes an 8-bit delta frame.
encodeDelta8to24(OutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes an 8-bit delta frame with indexed colors to 24-bit.
encodeKey16(OutputStream, short[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes a 16-bit key frame.
encodeKey16(ImageOutputStream, short[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
Encodes a 16-bit key frame.
encodeKey24(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes a 24-bit key frame.
encodeKey24(ImageOutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
Encodes a 24-bit key frame.
encodeKey32(ImageOutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
Encodes a 32-bit key frame.
encodeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes a 8-bit key frame with indexed colors.
encodeKey8(ImageOutputStream, byte[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
Encodes an 8-bit key frame.
encodeKey8to24(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes a 8-bit key frame with indexed colors to 24-bit.
encodeSameDelta16(OutputStream, short[], short[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes a delta frame which is known to have the same content than the previous frame.
encodeSameDelta24(OutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes a delta frame which is known to have the same content than the previous frame.
encodeSameDelta8(OutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
Encodes a delta frame which is known to have the same content than the previous frame.
encoding - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The fourcc type of the track.
ENCODING_ALAW - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
Specifies a-law encoded data.
ENCODING_AVI_DIB - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Microsoft Device Independent Bitmap (DIB) format.
ENCODING_AVI_DOSBOX_SCREEN_CAPTURE - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
DosBox Screen Capture format.
ENCODING_AVI_MJPG - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
JPEG format.
ENCODING_AVI_PCM - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
AVI PCM encoding.
ENCODING_AVI_PNG - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
PNG format.
ENCODING_AVI_RLE4 - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Microsoft Run Length format.
ENCODING_AVI_RLE8 - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Microsoft Run Length format.
ENCODING_AVI_TECHSMITH_SCREEN_CAPTURE - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Techsmith Screen Capture format.
ENCODING_BITMAP_IMAGE - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Interleaved planar bitmap format.
ENCODING_BUFFERED_IMAGE - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
 
ENCODING_MP3 - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
Specifies MP3 encoded data.
ENCODING_PCM_SIGNED - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
Specifies SignedKey, linear PCM data.
ENCODING_PCM_UNSIGNED - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
Specifies unsigned, linear PCM data.
ENCODING_QUICKTIME_ANIMATION - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Animation format.
ENCODING_QUICKTIME_CINEPAK - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Cinepak format.
ENCODING_QUICKTIME_IN24_PCM - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
QuickTime 24-bit big endian signed PCM encoding.
ENCODING_QUICKTIME_IN32_PCM - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
QuickTime 32-bit big endian signed PCM encoding.
ENCODING_QUICKTIME_JPEG - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
JPEG format.
ENCODING_QUICKTIME_PNG - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
PNG format.
ENCODING_QUICKTIME_RAW - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Raw format.
ENCODING_QUICKTIME_RAW_PCM - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
QuickTime 8-bit unsigned PCM encoding.
ENCODING_QUICKTIME_SOWT_PCM - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
QuickTime 16-bit little endian signed PCM encoding.
ENCODING_QUICKTIME_TWOS_PCM - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
QuickTime 16-bit big endian signed PCM encoding.
ENCODING_ULAW - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
Specifies u-law encoded data.
EncodingKey - Static variable in class org.monte.media.av.FormatKeys
The encoding of the media.
END_OF_MEDIA - Enum constant in enum class org.monte.media.av.BufferFlag
Indicates that the data in this buffer is at the end of the media.
ensureFinished() - Method in class org.monte.media.avi.AVIOutputStream
Sets the state of the QuickTimeOutpuStream to finished.
ensureOpen() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Check to make sure that this stream has not been closed
ensureRealized() - Method in class org.monte.media.avi.AVIInputStream
Ensures that all meta-data has been read from the file.
ensureRealized() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Ensures that all meta-data has been read from the file.
ensureRealized() - Method in class org.monte.media.quicktime.QuickTimeReader
 
ensureStarted() - Method in class org.monte.media.avi.AVIOutputStream
Sets the state of the QuickTimeOutpuStream to started.
ensureStarted() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the state of the QuickTimeWriter to started.
enterGroup(RIFFChunk) - Method in interface org.monte.media.riff.RIFFVisitor
This method is invoked when the parser enters a group chunk.
enteringGroup(RIFFChunk) - Method in interface org.monte.media.riff.RIFFVisitor
This method is invoked when the parser attempts to enter a group.
EnumerationIterator<T> - Class in org.monte.media.util
Wraps an Enumeration with the Iterator interface.
EnumerationIterator(Enumeration<T>) - Constructor for class org.monte.media.util.EnumerationIterator
Creates new EnumIterator
EnumValueFormatter - Class in org.monte.media.tiff
Formats integer values as an enumeration.
EnumValueFormatter(Object...) - Constructor for class org.monte.media.tiff.EnumValueFormatter
Creates a new enumeration.
EOI_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
End of image
EOI_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
End of image
eolIsSignificant(boolean) - Method in class org.monte.media.io.StreamPosTokenizer
Determines whether or not ends of line are treated as tokens.
equals(Object) - Method in class org.monte.media.imgseq.OSXCollator
 
equals(Object) - Method in class org.monte.media.math.ExtendedReal
 
equals(Object) - Method in class org.monte.media.math.Rational
 
equals(Object) - Method in class org.monte.media.riff.RIFFChunk
 
equals(Object) - Method in record class org.monte.media.tiff.FileSegment
Indicates whether some other object is "equal to" this one.
equals(ExtendedReal) - Method in class org.monte.media.math.ExtendedReal
 
EventLoop<E> - Class in org.monte.media.concurrent
An EventLoop can process events on a separate worker thread.
EventLoop() - Constructor for class org.monte.media.concurrent.EventLoop
Creates a new EventLoop which processes events at Thread.NORM_PRORITY.
EventLoop(int) - Constructor for class org.monte.media.concurrent.EventLoop
Creates a new EventLoop which processes events at the desired thread priority.
eventProcessor - Variable in class org.monte.media.concurrent.EventLoop
The event processor thread.
EXIFReader - Class in org.monte.media.exif
Reads EXIF and MP metadata from a JPEG, MPO or AVI file.
EXIFReader(File) - Constructor for class org.monte.media.exif.EXIFReader
 
EXIFReader(ImageInputStream) - Constructor for class org.monte.media.exif.EXIFReader
 
EXIFTagSet - Class in org.monte.media.exif
 
ExifVersion - Static variable in class org.monte.media.exif.EXIFTagSet
 
exposure - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Exposure adjustment in the range [-1,1].
EXPOSURE_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Exposure adjustment in the range [-1,1].
ExposureBiasValue - Static variable in class org.monte.media.exif.EXIFTagSet
 
ExposureIndex - Static variable in class org.monte.media.exif.EXIFTagSet
 
ExposureMode - Static variable in class org.monte.media.exif.EXIFTagSet
 
ExposureProgram - Static variable in class org.monte.media.exif.EXIFTagSet
 
ExposureTime - Static variable in class org.monte.media.exif.EXIFTagSet
 
extendData - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
ExtendedReal - Class in org.monte.media.math
Represents an extended-real number as specified by IEEE 754.
ExtendedReal(byte[]) - Constructor for class org.monte.media.math.ExtendedReal
 
ExtendedReal(double) - Constructor for class org.monte.media.math.ExtendedReal
 
extraHeaders - Variable in class org.monte.media.avi.AbstractAVIStream.Track
List of additional header chunks.

F

fccHandler - Variable in class org.monte.media.avi.AbstractAVIStream.Track
Optionally, contains a FOURCC that identifies a specific data handler.
fccType - Variable in enum class org.monte.media.avi.AbstractAVIStream.AVIMediaType
 
FFRtoVFRConverter - Class in org.monte.media.av.codec.video
This codec converts frames from a fixed frame rate into a variable frame rate by coalescing identical frames.
FFRtoVFRConverter() - Constructor for class org.monte.media.av.codec.video.FFRtoVFRConverter
 
FILE - Enum constant in enum class org.monte.media.av.FormatKeys.MediaType
 
FileComparator - Class in org.monte.media.imgseq
FileComparator.
FileComparator() - Constructor for class org.monte.media.imgseq.FileComparator
 
fileFormat - Variable in class org.monte.media.quicktime.QuickTimeMeta
The file format.
FileMultiplexer - Class in org.monte.media.imgseq
Multiplexes samples into individual files.
FileMultiplexer(File, String, String) - Constructor for class org.monte.media.imgseq.FileMultiplexer
 
FileSegment - Record Class in org.monte.media.tiff
Holds offset and length of a TIFF file segment.
FileSegment(long, long) - Constructor for record class org.monte.media.tiff.FileSegment
Creates an instance of a FileSegment record class.
FileSource - Static variable in class org.monte.media.exif.EXIFTagSet
 
FilterImageInputStream - Class in org.monte.media.io
FilterImageInputStream.
FilterImageInputStream(ImageInputStream) - Constructor for class org.monte.media.io.FilterImageInputStream
 
findTrack(int, Format) - Method in interface org.monte.media.av.MovieReader
Finds a track with the specified format.
findTrack(int, Format) - Method in class org.monte.media.avi.AVIReader
 
findTrack(int, Format) - Method in class org.monte.media.quicktime.QuickTimeReader
 
finish() - Method in class org.monte.media.avi.AbstractAVIStream.Chunk
Writes the chunk to the ImageOutputStream and disposes it.
finish() - Method in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
Writes the chunk and all its children to the ImageOutputStream and disposes of all resources held by the chunk.
finish() - Method in class org.monte.media.avi.AbstractAVIStream.DataChunk
 
finish() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
 
finish() - Method in class org.monte.media.avi.AVIOutputStream
Finishes writing the contents of the AVI output stream without closing the underlying stream.
finish() - Method in class org.monte.media.jfif.JFIFOutputStream
 
finish() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Atom
Writes the atom to the ImageOutputStream and disposes it.
finish() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
Writes the atom and all its children to the ImageOutputStream and disposes of all resources held by the atom.
finish() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
 
finish() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
 
finish() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Finishes writing the contents of the QuickTime output stream without closing the underlying stream.
finish() - Method in class org.monte.media.quicktime.QuickTimeWriter
Finishes writing the contents of the QuickTime output stream without closing the underlying stream.
finish() - Method in class org.monte.media.tiff.TIFFOutputStream
 
finish(long) - Method in class org.monte.media.av.Interpolator
Finishes the interpolation and calls this.notifyAll() allowing other threads to synchronize on isFinished() of the interpolator.
finished - Variable in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
 
finished - Variable in class org.monte.media.avi.AbstractAVIStream.DataChunk
 
finished - Variable in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
 
finished - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
 
finished - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
 
FINISHED - Enum constant in enum class org.monte.media.avi.AVIOutputStream.States
 
FINISHED - Enum constant in enum class org.monte.media.quicktime.AbstractQuickTimeStream.States
 
firePropertyChange(String, boolean, boolean) - Method in class org.monte.media.beans.AbstractBean
 
firePropertyChange(String, int, int) - Method in class org.monte.media.beans.AbstractBean
 
firePropertyChange(String, Object, Object) - Method in class org.monte.media.beans.AbstractBean
 
fireStateChanged() - Method in class org.monte.media.beans.AbstractStateModel
Notify all listeners that have registered interest for notification on this event type.
fireStateChanged() - Method in class org.monte.media.io.BoundedRangeInputStream
Run each ChangeListeners stateChanged() method.
firstSample - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
 
firstSample - Variable in class org.monte.media.quicktime.QuickTimeMeta.Group
 
FixedFrameRateKey - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Whether the frame rate must be fixed.
fixedSize - Variable in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
 
FixedSizeDataChunk(int, long) - Constructor for class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
Creates a new DataChunk at the current position of the ImageOutputStream.
flags - Variable in class org.monte.media.av.Buffer
A flag mask that describes the boolean attributes for this buffer.
flags - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
 
flags - Variable in class org.monte.media.avi.AbstractAVIStream.Track
Contains any flags for the data stream.
Flash - Static variable in class org.monte.media.exif.EXIFTagSet
 
FlashEnergy - Static variable in class org.monte.media.exif.EXIFTagSet
 
FlashpixVersion - Static variable in class org.monte.media.exif.EXIFTagSet
 
FLOAT - Enum constant in enum class org.monte.media.tiff.IFDDataType
Single precision (4-byte) IEEE format.
FLOAT_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
floatValue() - Method in class org.monte.media.math.ExtendedReal
 
floatValue() - Method in class org.monte.media.math.Rational
 
floor(long) - Method in class org.monte.media.math.Rational
Returns the closest rational with the specified denominator which is smaller or equal than this number.
floorNumerator(long) - Method in class org.monte.media.math.Rational
Returns the closest numerator for the specified denominator which is smaller or equal than this number.
flush() - Method in class org.monte.media.avi.DataChunkOutputStream
 
flush() - Method in class org.monte.media.io.ImageOutputStreamAdapter
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class org.monte.media.io.SubImageInputStream
 
flush() - Method in class org.monte.media.io.SubImageOutputStream
 
flushBefore(long) - Method in class org.monte.media.io.FilterImageInputStream
 
FNumber - Static variable in class org.monte.media.exif.EXIFTagSet
 
FocalLength - Static variable in class org.monte.media.exif.EXIFTagSet
 
FocalLengthIn35mmFilm - Static variable in class org.monte.media.exif.EXIFTagSet
 
FocalPlaneResolutionUnit - Static variable in class org.monte.media.exif.EXIFTagSet
 
FocalPlaneXResolution - Static variable in class org.monte.media.exif.EXIFTagSet
 
FocalPlaneYResolution - Static variable in class org.monte.media.exif.EXIFTagSet
 
forEach(IntConsumer) - Method in class org.monte.media.util.stream.RangeStream
Invokes the consumer to process an integer from the range until the entire reange is consumed.
forEach(BiIntConsumer) - Method in class org.monte.media.util.stream.RangeStream
Invokes the consumer to process sub-ranges until the entire range has been processed.
format - Variable in class org.monte.media.av.Buffer
The format of the data in this buffer.
format - Variable in class org.monte.media.avi.AbstractAVIStream.Track
The media format.
format - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
The format of the media in the track.
format - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The format of the media in the track.
format(Object) - Method in class org.monte.media.tiff.ASCIIValueFormatter
 
format(Object) - Method in class org.monte.media.tiff.DateValueFormatter
 
format(Object) - Method in class org.monte.media.tiff.EnumValueFormatter
 
format(Object) - Method in class org.monte.media.tiff.SetValueFormatter
 
format(Object) - Method in class org.monte.media.tiff.TIFFTag
 
format(Object) - Method in interface org.monte.media.tiff.ValueFormatter
Formats the specified value.
Format - Class in org.monte.media.av
Specifies the format of a media, for example of audio and video.
Format(Object...) - Constructor for class org.monte.media.av.Format
Creates a new format onlyWith the specified properties.
Format(Map<FormatKey<?>, Object>) - Constructor for class org.monte.media.av.Format
Creates a new format onlyWith the specified properties.
FormatFormatter - Class in org.monte.media.av
FormatFormatter.
FormatFormatter() - Constructor for class org.monte.media.av.FormatFormatter
 
FormatKey<T> - Class in org.monte.media.av
A FormatKey provides type-safe access to an attribute of a Format.
FormatKey(String, Class<T>) - Constructor for class org.monte.media.av.FormatKey
Creates a new instance with the specified attribute key, type token class, default value null, and allowing null values.
FormatKey(String, String, Class<T>) - Constructor for class org.monte.media.av.FormatKey
Creates a new instance with the specified attribute key, type token class, default value null, and allowing null values.
FormatKey(String, String, Class<T>, boolean) - Constructor for class org.monte.media.av.FormatKey
Creates a new instance with the specified attribute key, type token class, default value null, and whether the key is just a comment.
FormatKeys - Class in org.monte.media.av
Defines common FormatKey's.
FormatKeys() - Constructor for class org.monte.media.av.FormatKeys
 
FormatKeys.MediaType - Enum Class in org.monte.media.av
 
Frame(int) - Constructor for class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Creates a new frame.
FrameRateConverter - Class in org.monte.media.av.codec.video
This codec converts frames from one frame rate into another.
FrameRateConverter() - Constructor for class org.monte.media.av.codec.video.FrameRateConverter
 
FrameRateKey - Static variable in class org.monte.media.av.FormatKeys
The number of frames per second.
FrameSizeKey - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
The size of a frame.
fromAudioFormat(AudioFormat) - Static method in class org.monte.media.av.codec.audio.AudioFormatKeys
 
FujifilmMakerNoteTagSet - Class in org.monte.media.exif
Enumeration of Fujifilm MakerNote tags.

G

GainControl - Static variable in class org.monte.media.exif.EXIFTagSet
 
gcd(int, int) - Static method in class org.monte.media.math.IntMath
Returns an int whose value is the greatest common divisor of abs(a) and abs(b).
gcd(long, long) - Static method in class org.monte.media.math.IntMath
Returns a long whose value is the greatest common divisor of abs(a) and abs(b).
gcd(BigInteger, BigInteger) - Static method in class org.monte.media.math.IntMath
Returns a long whose value is the greatest common divisor of abs(a) and abs(b).
get(int) - Static method in class org.monte.media.exif.MPEntryTagSet
 
get(int) - Static method in class org.monte.media.exif.MPFTagSet
 
get(int) - Method in class org.monte.media.tiff.IFD
Returns the IFDEntry at the specified index.
get(FormatKey<T>) - Method in class org.monte.media.av.Format
 
get(FormatKey<T>, T) - Method in class org.monte.media.av.Format
 
getAlpha(int) - Method in class org.monte.media.color.ICCPackedColorModel
 
getARGB32(Buffer) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
Gets 32-bit ARGB pixels from a buffer.
getAsTree(String) - Method in class org.monte.media.exif.DefaultIIOMetadata
 
getBins(int) - Method in class org.monte.media.color.Histogram
 
getBitRate() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the bitrate of the frame.
getBitRateCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the raw bitrate code as it is stored in the header.
getBlackPoint() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getBlackPoint() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getBlue(int) - Method in class org.monte.media.color.ICCPackedColorModel
 
getBodyOffset() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the offset of the frame body in the input stream.
getBodySize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the size of the frame body in bytes.
getBrightness() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getBrightness() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getBuffer() - Method in class org.monte.media.io.ByteArrayImageOutputStream
Returns the internally used byte buffer.
getBuffer() - Method in class org.monte.media.io.SeekableByteArrayOutputStream
Returns the underlying byte buffer.
getBufferedImage(Buffer) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
Gets a buffered image from a buffer.
getByteOrder() - Method in class org.monte.media.tiff.TIFFInputStream
 
getByteOrder() - Method in class org.monte.media.tiff.TIFFOutputStream
 
getChannelCount() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the number of channels.
getChannelModeCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the raw channel mode code as stored in the header.
getChildAt(int) - Method in class org.monte.media.tiff.TIFFNode
 
getChildAt(int) - Method in class org.monte.media.tree.TreeNode
 
getChildCount() - Method in class org.monte.media.tiff.TIFFNode
 
getChildCount() - Method in class org.monte.media.tree.TreeNode
 
getChildren() - Method in class org.monte.media.tiff.TIFFNode
 
getChunkCount(int) - Method in interface org.monte.media.av.MovieReader
Returns the number of media data chunks in the specified track.
getChunkCount(int) - Method in class org.monte.media.avi.AVIInputStream
Returns the number of media data chunks in the track.
getChunkCount(int) - Method in class org.monte.media.avi.AVIReader
 
getChunkCount(int) - Method in class org.monte.media.quicktime.QuickTimeReader
 
getChunkOffset() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
Returns the offset of the chunk in the movie file.
getChunkOffset() - Method in class org.monte.media.quicktime.QuickTimeMeta.Chunk
Returns the offset of the chunk in the movie file.
getCodec(int) - Method in class org.monte.media.avi.AVIWriter
Returns the codec of the specified track.
getCodec(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
Returns the codec of the specified track.
getCodec(Format, Format) - Method in class org.monte.media.av.Registry
Gets a codec which can transcode from the specified input format to the specified output format.
getCodecs(Format, Format) - Method in class org.monte.media.av.DefaultRegistry
 
getCodecs(Format, Format) - Method in class org.monte.media.av.Registry
Gets all codecs which can transcode from the specified input format to the specified output format.
getCollationKey(String) - Method in class org.monte.media.imgseq.OSXCollator
 
getCollectionChunks(int) - Method in class org.monte.media.riff.RIFFChunk
 
getColorModel() - Method in class org.monte.media.image.BufferedImageWithColorModel
 
getColorModel(Buffer) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
 
getComponents(int, int[], int) - Method in class org.monte.media.color.ICCPackedColorModel
 
getComponents(Object, int[], int) - Method in class org.monte.media.color.ICCPackedColorModel
 
getCompressionQuality(int) - Method in class org.monte.media.avi.AVIOutputStream
Returns the compression quality of a track.
getCompressionQuality(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Returns the compression quality of a track.
getContrast() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getContrast() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getCount() - Method in class org.monte.media.tiff.IFD
Returns the number of entries in the IFD.
getCount() - Method in class org.monte.media.tiff.IFDEntry
 
getCount() - Method in class org.monte.media.tiff.TIFFDirectory
 
getCount() - Method in class org.monte.media.tiff.TIFFField
 
getCRC() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the CRC of this frame.
getCreationTime() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Gets the creation time of the movie.
getCreationTime() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getCreationTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the creation time of the movie.
getCurrentTime() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Gets the time value for current time position within the movie.
getCurrentTime() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getCurrentTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the time value for current time position within the movie.
getData() - Method in class org.monte.media.riff.RIFFChunk
Gets the data.
getData() - Method in class org.monte.media.tiff.IFDEntry
 
getData() - Method in class org.monte.media.tiff.TIFFField
 
getData(TIFFTag) - Method in class org.monte.media.tiff.TIFFDirectory
Returns the value of the TIFFField with the specified tag if a child node with this tag exists.
getDataOffset() - Method in class org.monte.media.tiff.IFDEntry
The offset to the data.
getDecoder(Format) - Method in class org.monte.media.av.Registry
Gets the first codec which can decode the specified format.
getDecoders(Format) - Method in class org.monte.media.av.Registry
Gets all codecs which can decode the specified format.
getDefaultIccProfile() - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
getDefinition() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getDefinition() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getDenoise() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getDenoise() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getDenominator() - Method in class org.monte.media.math.Rational
 
getDescription() - Method in class org.monte.media.tiff.TIFFField
Returns a description of the field.
getDescription(Object) - Method in class org.monte.media.tiff.TIFFTag
 
getDescription(Locale) - Method in class org.monte.media.jpeg.CMYKJPEGImageReaderSpi
 
getDescription(Locale) - Method in class org.monte.media.mjpg.MJPGImageReaderSpi
 
getDescription(Locale) - Method in class org.monte.media.mpo.MPOImageReaderSpi
 
getDescription(Locale) - Method in class org.monte.media.pgm.PGMImageReaderSpi
 
getDirectories(int, TagSet) - Method in class org.monte.media.exif.EXIFReader
Returns all IFDDirectories of the specified tag set for the given image.
getDuration() - Method in class org.monte.media.av.DefaultMovie
 
getDuration() - Method in interface org.monte.media.av.Movie
Returns the total duration of the movie in seconds.
getDuration() - Method in interface org.monte.media.av.MovieReader
Returns the total duration of the movie .
getDuration() - Method in class org.monte.media.avi.AVIMovie
 
getDuration() - Method in class org.monte.media.avi.AVIReader
 
getDuration() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getDuration() - Method in class org.monte.media.quicktime.QuickTimeReader
 
getDuration(int) - Method in interface org.monte.media.av.MovieReader
Returns the duration of the specified track.
getDuration(int) - Method in interface org.monte.media.av.MovieWriter
Returns the duration of the track in seconds.
getDuration(int) - Method in class org.monte.media.avi.AVIReader
 
getDuration(int) - Method in class org.monte.media.avi.AVIWriter
Returns the media duration of the track in seconds.
getDuration(int) - Method in class org.monte.media.imgseq.ImageSequenceWriter
Returns the sampleDuration of the track in seconds.
getDuration(int) - Method in class org.monte.media.quicktime.QuickTimeReader
 
getDuration(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
Returns the sampleDuration of the track in seconds.
getElapsedTime() - Method in class org.monte.media.av.CodecChain
 
getEncoder(Format) - Method in class org.monte.media.av.Registry
Gets the first codec which can encode the specified format.
getEncoders(Format) - Method in class org.monte.media.av.Registry
Gets all codecs which can encode the specified format.
getEndPosition() - Method in class org.monte.media.io.StreamPosTokenizer
Returns the end position of the token relative to the position that the stream had, when the StreamPosTokenizer was constructed.
getEndTime() - Method in class org.monte.media.av.codec.time.TrimTimeCodec
 
getEntries() - Method in class org.monte.media.tiff.IFD
Returns an unmodifiale list of the IFDEntrys.
getEntryOffset() - Method in class org.monte.media.tiff.IFDEntry
 
getExifMetadata() - Method in class org.monte.media.mpo.MPOImageReader
 
getExifReader() - Method in class org.monte.media.mpo.MPOImageReader
 
getExposure() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getExposure() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getExtension(Format) - Method in class org.monte.media.av.DefaultRegistry
 
getExtension(Format) - Method in class org.monte.media.av.Registry
 
getExtensions() - Method in interface org.monte.media.av.MovieReaderSpi
 
getExtensions() - Method in interface org.monte.media.av.MovieWriterSpi
 
getExtensions() - Method in class org.monte.media.avi.AVIReaderSpi
 
getExtensions() - Method in class org.monte.media.avi.AVIWriterSpi
 
getExtensions() - Method in class org.monte.media.quicktime.QuickTimeReaderSpi
 
getExtensions() - Method in class org.monte.media.quicktime.QuickTimeWriterSpi
 
getExtent() - Method in class org.monte.media.io.BoundedRangeInputStream
Returns the model's extent, the length of the inner range that begins at the model's value.
getExtraHeader(int, String) - Method in class org.monte.media.avi.AVIInputStream
Returns the contents of the extra track header.
getExtraHeaderFourCCs(int) - Method in class org.monte.media.avi.AVIInputStream
Returns the fourcc's of all extra stream headers.
getExtraHeaderFourCCs(int) - Method in class org.monte.media.avi.AVIOutputStream
Returns the fourcc's of all extra stream headers.
getField(TIFFTag) - Method in class org.monte.media.tiff.TIFFDirectory
Returns a TIFFField with the specified tag if a child node with this tag exists.
getFileDuration() - Method in class org.monte.media.imgseq.ImageSequenceTrack
 
getFileFormat() - Method in class org.monte.media.av.DefaultMovie
 
getFileFormat() - Method in interface org.monte.media.av.Movie
 
getFileFormat() - Method in interface org.monte.media.av.MovieReader
Returns the file format.
getFileFormat() - Method in interface org.monte.media.av.MovieReaderSpi
 
getFileFormat() - Method in interface org.monte.media.av.MovieWriter
Returns the file format.
getFileFormat() - Method in interface org.monte.media.av.MovieWriterSpi
 
getFileFormat() - Method in class org.monte.media.avi.AVIMovie
 
getFileFormat() - Method in class org.monte.media.avi.AVIReader
 
getFileFormat() - Method in class org.monte.media.avi.AVIReaderSpi
 
getFileFormat() - Method in class org.monte.media.avi.AVIWriter
 
getFileFormat() - Method in class org.monte.media.avi.AVIWriterSpi
 
getFileFormat() - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
getFileFormat() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getFileFormat() - Method in class org.monte.media.quicktime.QuickTimeReader
 
getFileFormat() - Method in class org.monte.media.quicktime.QuickTimeReaderSpi
 
getFileFormat() - Method in class org.monte.media.quicktime.QuickTimeWriter
 
getFileFormat() - Method in class org.monte.media.quicktime.QuickTimeWriterSpi
 
getFileFormat(File) - Method in class org.monte.media.av.DefaultRegistry
 
getFileFormat(File) - Method in class org.monte.media.av.Registry
 
getFileFormats() - Method in class org.monte.media.av.Registry
 
getFileSegments() - Method in class org.monte.media.tiff.TIFFDirectory
Returns the segments of the TIFF file inside its parent file.
getFirstIFDOffset() - Method in class org.monte.media.tiff.TIFFInputStream
 
getFirstIFDOffset() - Method in class org.monte.media.tiff.TIFFOutputStream
 
getFirstSampleTime(long) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
Gets the time of the first sample in the movie time scale.
getFlushedPosition() - Method in class org.monte.media.io.SubImageInputStream
 
getFlushedPosition() - Method in class org.monte.media.io.SubImageOutputStream
 
getFormat() - Method in interface org.monte.media.av.Track
Gets the format of the track.
getFormat() - Method in class org.monte.media.imgseq.ImageSequenceTrack
 
getFormat() - Method in class org.monte.media.mp3.MP3AudioInputStream
Returns the format of the next frame.
getFormat() - Method in class org.monte.media.mp3.MP3ElementaryInputStream
Gets the format of the current frame.
getFormat(int) - Method in class org.monte.media.av.DefaultMovie
 
getFormat(int) - Method in interface org.monte.media.av.Movie
 
getFormat(int) - Method in interface org.monte.media.av.MovieReader
Returns the media format of the specified track.
getFormat(int) - Method in interface org.monte.media.av.MovieWriter
Returns the media format of the specified track.
getFormat(int) - Method in class org.monte.media.avi.AVIMovie
 
getFormat(int) - Method in class org.monte.media.avi.AVIReader
 
getFormat(int) - Method in class org.monte.media.avi.AVIWriter
 
getFormat(int) - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
getFormat(int) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getFormat(int) - Method in class org.monte.media.quicktime.QuickTimeReader
 
getFormat(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
 
getFraction(float) - Method in class org.monte.media.av.Interpolator
Computes a fraction from the specified linear fraction.
getFraction(float) - Method in class org.monte.media.interpolator.AbstractSplineInterpolator
Evaluates the spline function at time t, and clamps the result value between 0 and 1.
getFrame() - Method in class org.monte.media.mp3.MP3ElementaryInputStream
Returns the current frame.
getFrameLength() - Method in class org.monte.media.mp3.MP3AudioInputStream
Returns -1 because we don't know how many frames the stream has.
getFrameOffset() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the offset of the frame in the input stream.
getFrameSize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the size of the frame in bytes.
getGreen(int) - Method in class org.monte.media.color.ICCPackedColorModel
 
getHeaderCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the raw 32-bit header code as it is stored in the file.
getHeaderFlags() - Method in class org.monte.media.avi.AVIInputStream
Returns the main header flags.
getHeaderOffset() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the offset of the header in the input stream.
getHeaderSize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the size of the header in bytes.
getHeight(int) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
getHeight(int) - Method in class org.monte.media.mjpg.MJPGImageReader
 
getHeight(int) - Method in class org.monte.media.mpo.MPOImageReader
 
getHeight(int) - Method in class org.monte.media.pgm.PGMImageReader
 
getHighlights() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getHighlights() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getHighValue() - Method in class org.monte.media.color.Histogram
 
getHighValue(int) - Method in class org.monte.media.color.Histogram
 
getID() - Method in class org.monte.media.riff.RIFFChunk
 
getIFD() - Method in class org.monte.media.tiff.TIFFDirectory
Returns the IFD from which this directory has been read.
getIFDEntry() - Method in class org.monte.media.tiff.TIFFNode
 
getIFDOffset() - Method in class org.monte.media.tiff.IFDEntry
 
getIIOMetadata(int) - Method in class org.monte.media.exif.EXIFReader
 
getIIOMetadataTree(String, int) - Method in class org.monte.media.exif.EXIFReader
Gets the metadata as an ImageIO structure.
getImageCount() - Method in class org.monte.media.exif.EXIFReader
Returns the number of images that are described with EXIF.
getImageMetadata(int) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
getImageMetadata(int) - Method in class org.monte.media.mjpg.MJPGImageReader
 
getImageMetadata(int) - Method in class org.monte.media.mpo.MPOImageReader
 
getImageMetadata(int) - Method in class org.monte.media.pgm.PGMImageReader
 
getImageTypes(int) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
getImageTypes(int) - Method in class org.monte.media.mjpg.MJPGImageReader
 
getImageTypes(int) - Method in class org.monte.media.mpo.MPOImageReader
 
getImageTypes(int) - Method in class org.monte.media.pgm.PGMImageReader
 
getIndex() - Method in class org.monte.media.tiff.TIFFDirectory
 
getIndexed8(Buffer) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
Gets 8-bit indexed pixels from a buffer.
getInputFormat() - Method in class org.monte.media.av.AbstractCodec
 
getInputFormat() - Method in interface org.monte.media.av.Codec
 
getInputFormat() - Method in class org.monte.media.av.CodecChain
 
getInputFormats() - Method in class org.monte.media.av.AbstractCodec
 
getInputFormats() - Method in interface org.monte.media.av.Codec
Lists all of the input formats that this codec accepts.
getInputFormats() - Method in class org.monte.media.av.CodecChain
 
getInsertionPoint() - Method in class org.monte.media.av.AbstractMovie
 
getInsertionPoint() - Method in interface org.monte.media.av.Movie
Returns the position of the insertion point in seconds.
getInsertionPoint() - Method in class org.monte.media.avi.AVIMovie
 
getInstance() - Static method in class org.monte.media.av.Registry
 
getInstance() - Static method in class org.monte.media.exif.EXIFTagSet
Returns a shared instance of a BaselineTIFFTagSet.
getInstance() - Static method in class org.monte.media.exif.FujifilmMakerNoteTagSet
Returns a shared instance of a BaselineTIFFTagSet.
getInstance() - Static method in class org.monte.media.exif.GPSTagSet
Returns a shared instance of a BaselineTIFFTagSet.
getInstance() - Static method in class org.monte.media.exif.ImageTagSet
 
getInstance() - Static method in class org.monte.media.exif.InteroperabilityTagSet
Returns a shared instance of a BaselineTIFFTagSet.
getInstance() - Static method in class org.monte.media.exif.MPEntryTagSet
Returns a shared instance of a BaselineTIFFTagSet.
getInstance() - Static method in class org.monte.media.exif.MPFTagSet
Returns a shared instance of a BaselineTIFFTagSet.
getInstance() - Static method in class org.monte.media.exif.SonyMakerNoteTagSet
Returns a shared instance of a BaselineTIFFTagSet.
getInstance() - Static method in class org.monte.media.exif.TrackTagSet
 
getInstance() - Static method in class org.monte.media.tiff.BaselineTagSet
Returns a shared instance of a BaselineTagSet.
getIntBE(byte[], int) - Static method in class org.monte.media.io.ByteArray
Reads an int in big endian order at the specified array offset.
getIntLE(byte[], int) - Static method in class org.monte.media.io.ByteArray
Reads an int in little endian order at the specified array offset.
getKey() - Method in class org.monte.media.av.FormatKey
Returns the key string.
getKeys() - Method in class org.monte.media.av.Format
Gets the keys of the format as an unmodifiable set.
getLayer() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the layer number.
getLayerCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the raw layer code as it is stored in the header.
getLength() - Method in class org.monte.media.tiff.IFD
Returns the length of this IFD in bytes.
getLength() - Method in class org.monte.media.tiff.IFDEntry
 
getLength() - Method in class org.monte.media.tiff.TIFFDirectory
 
getLongBE(byte[], int) - Static method in class org.monte.media.io.ByteArray
Reads a long in big endian order at the specified array offset.
getLongLE(byte[], int) - Static method in class org.monte.media.io.ByteArray
Reads a long in little endian order at the specified array offset.
getMaximum() - Method in class org.monte.media.io.BoundedRangeInputStream
Returns the model's maximum.
getMediaDuration(int) - Method in class org.monte.media.avi.AVIOutputStream
Returns the duration of the track in media time scale units.
getMediaDuration(int) - Method in class org.monte.media.quicktime.QuickTimeInputStream
Returns the media duration of a track in the media's timescale.
getMediaDuration(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Returns the media duration of a track in the media's time scale.
getMediaTime() - Method in class org.monte.media.av.codec.time.AdjustTimeCodec
 
getMediaTimeScale(int) - Method in class org.monte.media.quicktime.QuickTimeInputStream
Returns the time scale of the media in a track.
getMediaTimeScale(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Returns the time scale of the media in a track.
getMediaTimeScale(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
Returns the time scale of the media in a track.
getMetaDataMap() - Method in class org.monte.media.exif.EXIFReader
Returns a flat hash map of the metadata.
getMetaDataTree() - Method in class org.monte.media.exif.EXIFReader
Gets the meta data as a Swing TreeNode structure.
getMicroSecPerFrame() - Method in class org.monte.media.avi.AVIInputStream
Returns the number of microseconds (10^-6 seconds) per frame.
getMidPoint() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getMidPoint() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getMinimum() - Method in class org.monte.media.io.BoundedRangeInputStream
Returns the minimum acceptable value.
getModel() - Method in class org.monte.media.av.codec.video.ColorAdjustCodec
 
getModificationTime() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Gets the modification time of the movie.
getModificationTime() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getModificationTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the modification time of the movie.
getMovieDuration() - Method in class org.monte.media.quicktime.QuickTimeInputStream
 
getMovieDuration() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Returns the total duration of the movie in the movie's time scale.
getMovieTimeScale() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Returns the time scale of the movie.
getMovieTimeScale() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Returns the time scale of the movie.
getMovieTimeScale() - Method in class org.monte.media.quicktime.QuickTimeWriter
Returns the time scale of the movie.
getMovieTransformationMatrix() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Gets the transformation matrix of the entire movie.
getMovieTransformationMatrix() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the transformation matrix of the entire movie.
getName() - Method in class org.monte.media.av.AbstractCodec
 
getName() - Method in interface org.monte.media.av.Codec
Returns a human readable name of the codec.
getName() - Method in class org.monte.media.av.CodecChain
 
getName() - Method in class org.monte.media.av.FormatKey
Returns the pretty name string.
getName() - Method in class org.monte.media.tiff.TagSet
 
getName() - Method in class org.monte.media.tiff.TIFFDirectory
 
getName() - Method in class org.monte.media.tiff.TIFFTag
Returns the name of the tag, or null if the name is not known.
getName(int) - Method in class org.monte.media.avi.AVIInputStream
Returns the name of the track, or null if the name is not specified.
getNextFrame() - Method in class org.monte.media.mp3.MP3ElementaryInputStream
Gets the next frame from the input stream.
getNextOffset() - Method in class org.monte.media.tiff.IFD
Gets the offset of the next IFD.
getNextSegment() - Method in class org.monte.media.jfif.JFIFInputStream
Gets the next segment from the input stream.
getNextTrackId() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getNumber() - Method in class org.monte.media.tiff.TIFFTag
Returns the integer used to represent the tag.
getNumerator() - Method in class org.monte.media.math.Rational
 
getNumImages(boolean) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
getNumImages(boolean) - Method in class org.monte.media.mjpg.MJPGImageReader
 
getNumImages(boolean) - Method in class org.monte.media.mpo.MPOImageReader
 
getNumImages(boolean) - Method in class org.monte.media.pgm.PGMImageReader
 
getNumThumbnails(int) - Method in class org.monte.media.mpo.MPOImageReader
 
getOffset() - Method in class org.monte.media.avi.AbstractAVIStream.DataChunk
Returns the offset of this chunk to the beginning of the random access file
getOffset() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
Returns the offset of this chunk to the beginning of the random access file
getOffset() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
Returns the offset of this atom to the beginning of the random access file
getOffset() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
Returns the offset of this atom to the beginning of the random access file
getOffset() - Method in class org.monte.media.tiff.IFD
Returns the offset of the IFD.
getOffset() - Method in class org.monte.media.tiff.TIFFDirectory
 
getOutputFormat() - Method in class org.monte.media.av.AbstractCodec
 
getOutputFormat() - Method in interface org.monte.media.av.Codec
 
getOutputFormat() - Method in class org.monte.media.av.CodecChain
 
getOutputFormats(Format) - Method in class org.monte.media.av.AbstractCodec
 
getOutputFormats(Format) - Method in interface org.monte.media.av.Codec
Lists all of the output formats that this codec can generate with the provided input format.
getOutputFormats(Format) - Method in class org.monte.media.av.codec.video.FFRtoVFRConverter
 
getOutputFormats(Format) - Method in class org.monte.media.av.codec.video.FrameRateConverter
 
getOutputFormats(Format) - Method in class org.monte.media.av.CodecChain
 
getOutputStream() - Method in class org.monte.media.avi.AbstractAVIStream.DataChunk
 
getOutputStream() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
 
getOutputStream() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
 
getOutputStream() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
 
getPaddingSize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Padding is used to fit the bit rates exactly.
getPalette() - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
 
getPalette() - Method in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
getParent() - Method in class org.monte.media.tiff.TIFFNode
 
getParent() - Method in class org.monte.media.tree.TreeNode
 
getParserMessage() - Method in class org.monte.media.riff.RIFFChunk
 
getPosition() - Method in interface org.monte.media.av.Track
Gets the read position.
getPosition() - Method in class org.monte.media.imgseq.ImageSequenceTrack
 
getPosterTime() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Gets the time value of the time of the movie poster.
getPosterTime() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getPosterTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the time value of the time of the movie poster.
getPreferredRate() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Gets the preferred rate at which to play this movie.
getPreferredRate() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getPreferredRate() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the preferred rate at which to play this movie.
getPreferredVolume() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Gets the preferred volume of this movie’s sound.
getPreferredVolume() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getPreferredVolume() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the preferred volume of this movie’s sound.
getPreviewDuration() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Gets the duration of the movie preview in movie time scale units.
getPreviewDuration() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getPreviewDuration() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the duration of the movie preview in movie time scale units.
getPreviewTime() - Method in class org.monte.media.quicktime.QuickTimeInputStream
Gets the time value in the movie at which the preview begins.
getPreviewTime() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getPreviewTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the time value in the movie at which the preview begins.
getProperties() - Method in class org.monte.media.av.Format
Gets the properties of the format as an unmodifiable map.
getPropertyChunk(int) - Method in class org.monte.media.riff.RIFFChunk
 
getReader() - Method in class org.monte.media.av.DefaultMovie
 
getReader() - Method in interface org.monte.media.av.Movie
 
getReader() - Method in class org.monte.media.avi.AVIMovie
 
getReader() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getReader(File) - Method in class org.monte.media.av.Registry
 
getReader(Format, File) - Method in class org.monte.media.av.DefaultRegistry
 
getReader(Format, File) - Method in class org.monte.media.av.Registry
Gets a reader for the specified file format and file.
getReaderFormats() - Method in class org.monte.media.av.DefaultRegistry
 
getReaderFormats() - Method in class org.monte.media.av.Registry
 
getReadTime(int) - Method in interface org.monte.media.av.MovieReader
Returns the current time of the track.
getReadTime(int) - Method in class org.monte.media.avi.AVIReader
 
getReadTime(int) - Method in class org.monte.media.quicktime.QuickTimeReader
 
getRed(int) - Method in class org.monte.media.color.ICCPackedColorModel
 
getRelativeStreamPosition() - Method in class org.monte.media.avi.AbstractAVIStream
Gets the position relative to the beginning of the QuickTime stream.
getRelativeStreamPosition() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
Gets the position relative to the beginning of the QuickTime stream.
getRGB(int) - Method in class org.monte.media.color.ICCPackedColorModel
 
getRGB15(Buffer) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
Gets 15-bit RGB pixels from a buffer.
getRGB16(Buffer) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
Gets 16-bit RGB-5-6-5 pixels from a buffer.
getRGB24(Buffer) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
Gets 24-bit RGB pixels from a buffer.
getSampleChunkFourCC(boolean) - Method in class org.monte.media.avi.AbstractAVIStream.AudioTrack
 
getSampleChunkFourCC(boolean) - Method in class org.monte.media.avi.AbstractAVIStream.MidiTrack
 
getSampleChunkFourCC(boolean) - Method in class org.monte.media.avi.AbstractAVIStream.TextTrack
 
getSampleChunkFourCC(boolean) - Method in class org.monte.media.avi.AbstractAVIStream.Track
 
getSampleChunkFourCC(boolean) - Method in class org.monte.media.avi.AbstractAVIStream.VideoTrack
 
getSampleCount() - Method in interface org.monte.media.av.Track
Returns the numbers of samples in this track.
getSampleCount() - Method in class org.monte.media.imgseq.ImageSequenceTrack
 
getSampleCount() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the number of samples in the frame.
getSampleCount() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
 
getSampleCount() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
getSampleCount() - Method in class org.monte.media.quicktime.QuickTimeMeta.Group
 
getSampleCount() - Method in class org.monte.media.quicktime.QuickTimeMeta.Media
 
getSampleDuration() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.TimeToSampleGroup
Returns the duration that all samples in this group share.
getSampleDuration() - Method in class org.monte.media.quicktime.QuickTimeMeta.TimeToSampleGroup
Returns the duration that all samples in this group share.
getSampleLength() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
Returns the length that all samples in this group share.
getSampleLength() - Method in class org.monte.media.quicktime.QuickTimeMeta.SampleSizeGroup
Returns the length that all samples in this group share.
getSampleRate() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the sample rate in Hz.
getSampleRateCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the raw sample rate code as it is stored in the header.
getSampleSize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the sample size in bits.
getSaturation() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getSaturation() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getScan() - Method in class org.monte.media.riff.RIFFChunk
 
getScan() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Get the current read position within the file (as seen by this input stream filter).
getSegment() - Method in class org.monte.media.jfif.JFIFInputStream
Gets the current segment from the input stream.
getSegmentLength() - Method in class org.monte.media.jfif.JFIFOutputStream
Returns the length of the current segment or -1 if none has been pushed.
getSegmentOffset() - Method in class org.monte.media.jfif.JFIFOutputStream
Returns the offset of the current segment or -1 if none has been pushed.
getSelectionDuration() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getSelectionDuration() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
The duration of the current selection in movie time scale units.
getSelectionEnd() - Method in class org.monte.media.av.AbstractMovie
 
getSelectionEnd() - Method in interface org.monte.media.av.Movie
Returns the position of the out point in seconds.
getSelectionEnd() - Method in class org.monte.media.avi.AVIMovie
 
getSelectionStart() - Method in class org.monte.media.av.AbstractMovie
 
getSelectionStart() - Method in interface org.monte.media.av.Movie
Returns the position of the in point in seconds.
getSelectionStart() - Method in class org.monte.media.avi.AVIMovie
 
getSelectionTime() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getSelectionTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
The time value for the start time of the current selection.
getShadows() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getShadows() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getSharpness() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getSharpness() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getShortBE(byte[], int) - Static method in class org.monte.media.io.ByteArray
Reads a short in big endian order at the specified array offset.
getShortLE(byte[], int) - Static method in class org.monte.media.io.ByteArray
Reads a short in little endian order at the specified array offset.
getSideInfoOffset() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the offset of the side info in the input stream.
getSideInfoSize() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the size of the side info in bytes.
getSize() - Method in class org.monte.media.riff.RIFFChunk
 
getStartPosition() - Method in class org.monte.media.io.StreamPosTokenizer
Returns the start position of the token relative to the position that the stream had, when the StreamPosTokenizer was constructed.
getStartTime() - Method in class org.monte.media.av.codec.time.TrimTimeCodec
 
getStartTime(int) - Method in class org.monte.media.avi.AVIInputStream
Returns the start time of the track given as the number of frames in microSecPerFrame units.
getStreamMetadata() - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
getStreamMetadata() - Method in class org.monte.media.mjpg.MJPGImageReader
 
getStreamMetadata() - Method in class org.monte.media.mpo.MPOImageReader
 
getStreamMetadata() - Method in class org.monte.media.pgm.PGMImageReader
 
getStreamOffset() - Method in class org.monte.media.riff.RIFFParser
 
getStreamPosition() - Method in class org.monte.media.io.ByteArrayImageInputStream
 
getStreamPosition() - Method in class org.monte.media.io.ByteArrayImageOutputStream
 
getStreamPosition() - Method in class org.monte.media.io.FilterImageInputStream
 
getStreamPosition() - Method in class org.monte.media.io.SeekableByteArrayOutputStream
Returns the current byte position of the stream.
getStreamPosition() - Method in class org.monte.media.io.SubImageInputStream
 
getStreamPosition() - Method in class org.monte.media.io.SubImageOutputStream
 
getStreamPosition() - Method in class org.monte.media.jfif.JFIFInputStream
 
getStreamPosition() - Method in class org.monte.media.jfif.JFIFOutputStream
Gets the position relative to the beginning of the IFF output stream.
getStreamPosition() - Method in class org.monte.media.mp3.MP3ElementaryInputStream
Returns the current position in the stream.
getStreamPosition() - Method in class org.monte.media.tiff.TIFFOutputStream
 
getSTRFChunkSize() - Method in class org.monte.media.avi.AbstractAVIStream.AudioTrack
 
getSTRFChunkSize() - Method in class org.monte.media.avi.AbstractAVIStream.MidiTrack
 
getSTRFChunkSize() - Method in class org.monte.media.avi.AbstractAVIStream.TextTrack
 
getSTRFChunkSize() - Method in class org.monte.media.avi.AbstractAVIStream.Track
 
getSTRFChunkSize() - Method in class org.monte.media.avi.AbstractAVIStream.VideoTrack
 
getSyncInterval(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the sync interval from the specified video track.
getTag() - Method in class org.monte.media.tiff.TIFFNode
 
getTag(int) - Method in class org.monte.media.tiff.TagSet
Returns the TIFFTag from this set that is associated with the given tag number.
getTagName() - Method in class org.monte.media.tiff.TIFFNode
 
getTagNumber() - Method in class org.monte.media.tiff.IFDEntry
 
getTagNumber() - Method in class org.monte.media.tiff.TIFFNode
Returns the tag number or -1 if not known.
getTagSet() - Method in class org.monte.media.tiff.TIFFDirectory
Returns the tag set used by this directory.
getTarget() - Method in class org.monte.media.beans.WeakPropertyChangeListener
Returns the target of this proxy.
getTemperature() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getTemperature() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getThumbnails(boolean) - Method in class org.monte.media.exif.EXIFReader
Returns all thumbnails.
getTimeScale() - Method in class org.monte.media.imgseq.ImageSequenceTrack
 
getTimeScale() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getTimeScale(int) - Method in class org.monte.media.avi.AVIInputStream
Returns the time scale of the specified track.
getTimeScale(int) - Method in class org.monte.media.avi.AVIReader
 
getTint() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getTint() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getTrackCount() - Method in class org.monte.media.av.DefaultMovie
 
getTrackCount() - Method in interface org.monte.media.av.Movie
 
getTrackCount() - Method in interface org.monte.media.av.MovieReader
Returns the number of tracks.
getTrackCount() - Method in interface org.monte.media.av.MovieWriter
Returns the number of tracks.
getTrackCount() - Method in class org.monte.media.avi.AVIInputStream
 
getTrackCount() - Method in class org.monte.media.avi.AVIMovie
 
getTrackCount() - Method in class org.monte.media.avi.AVIReader
 
getTrackCount() - Method in class org.monte.media.avi.AVIWriter
 
getTrackCount() - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
getTrackCount() - Method in class org.monte.media.quicktime.QuickTimeInputStream
 
getTrackCount() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getTrackCount() - Method in class org.monte.media.quicktime.QuickTimeReader
 
getTrackCount() - Method in class org.monte.media.quicktime.QuickTimeWriter
 
getTrackDuration(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Returns the track duration in the movie's time scale.
getTrackDuration(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
Returns the track duration in the movie's time scale.
getTrackDuration(long) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
Gets the track duration in the movie time scale.
getTrackDuration(long) - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
Gets the track duration in the movie timescale.
getTracks() - Method in interface org.monte.media.av.Demultiplexer
Returns the tracks.
getTracks() - Method in class org.monte.media.imgseq.TrackDemultiplexer
 
getTransformationMatrix() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
getTransformationMatrix(int) - Method in class org.monte.media.quicktime.QuickTimeInputStream
Gets the transformation matrix of the specified track.
getTransformationMatrix(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the transformation matrix of the specified track.
getType() - Method in class org.monte.media.riff.RIFFChunk
 
getType() - Method in class org.monte.media.tiff.TIFFField
 
getTypeNumber() - Method in enum class org.monte.media.tiff.IFDDataType
 
getTypeNumber() - Method in class org.monte.media.tiff.IFDEntry
 
getUneditedTrackDuration(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Returns the track duration in the movie's time scale without taking the edit list into account.
getURI() - Method in class org.monte.media.av.AbstractMovie
 
getURI() - Method in interface org.monte.media.av.Movie
Returns the URI associated with this movie.
getValue() - Method in class org.monte.media.io.BoundedRangeInputStream
Returns the current read position.
getValueClass() - Method in class org.monte.media.av.FormatKey
 
getValueIsAdjusting() - Method in class org.monte.media.io.BoundedRangeInputStream
Returns true if the current changes to the value property are part of a series of changes.
getValueOffset() - Method in class org.monte.media.tiff.IFDEntry
The value offset may either contain the data or point to the data depending on the type and the count.
getVersion() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the version number: 1=MPEG 1, 2=MPEG 2, 25=MPEG 2.5; -1=unknown.
getVersionCode() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the version code as it is stored in the header.
getVideoColorTable(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the preferred color table for displaying the movie on devices that support only 256 colors.
getVideoDimension() - Method in class org.monte.media.avi.AVIInputStream
 
getVideoDimension(int) - Method in class org.monte.media.avi.AVIOutputStream
Gets the dimension of a track.
getWhiteBalanceQM() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getWhiteBalanceQM() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
getWhitePoint() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
getWhitePoint() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Get the value of whitePoint
getWidth(int) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
getWidth(int) - Method in class org.monte.media.mjpg.MJPGImageReader
 
getWidth(int) - Method in class org.monte.media.mpo.MPOImageReader
 
getWidth(int) - Method in class org.monte.media.pgm.PGMImageReader
 
getWriter(File) - Method in class org.monte.media.av.Registry
 
getWriter(Format, File) - Method in class org.monte.media.av.DefaultRegistry
 
getWriter(Format, File) - Method in class org.monte.media.av.Registry
Gets a writer for the specified file format and file.
getWriterFormats() - Method in class org.monte.media.av.DefaultRegistry
 
getWriterFormats() - Method in class org.monte.media.av.Registry
 
getXY(float, Point2D.Float) - Method in class org.monte.media.interpolator.AbstractSplineInterpolator
Evaluates the spline function at curve parameter time t.
getXY(float, Point2D.Float) - Method in class org.monte.media.interpolator.BezierInterpolator
Evaluates the bezier function and returns a 2D point.
getXY(float, Point2D.Float) - Method in class org.monte.media.interpolator.SplineInterpolator
Evaluates the spline function at curve parameter time t.
getY(float) - Method in class org.monte.media.interpolator.AbstractSplineInterpolator
Evaluates the spline function at curve parameter time t.
getY(float) - Method in class org.monte.media.interpolator.BezierInterpolator
Evaluates the bezier function and returns a 2D point.
getY(float) - Method in class org.monte.media.interpolator.SplineInterpolator
Evaluates the spline function at curve parameter time t.
GPSTagSet - Class in org.monte.media.exif
 
GRAY - Enum constant in enum class org.monte.media.av.codec.video.VideoFormatKeys.PixelFormat
 
Group(AbstractQuickTimeStream.Group) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Group
 
Group(AbstractQuickTimeStream.Sample) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Group
 
Group(AbstractQuickTimeStream.Sample, AbstractQuickTimeStream.Sample, long) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Group
 
Group(QuickTimeMeta.Group) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.Group
 
Group(QuickTimeMeta.MediaSample) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.Group
 
Group(QuickTimeMeta.MediaSample, QuickTimeMeta.MediaSample, long) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.Group
 

H

hasAlpha(Image) - Static method in class org.monte.media.image.Images
This method returns true if the specified image has transparent pixels
hasCRC() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns true if this frame has a CRC.
hashCode() - Method in class org.monte.media.imgseq.OSXCollator
 
hashCode() - Method in class org.monte.media.math.ExtendedReal
 
hashCode() - Method in class org.monte.media.math.Rational
 
hashCode() - Method in class org.monte.media.riff.RIFFChunk
 
hashCode() - Method in record class org.monte.media.tiff.FileSegment
Returns a hash code value for this object.
hasNext() - Method in class org.monte.media.util.EnumerationIterator
 
hasNextOffset() - Method in class org.monte.media.tiff.IFD
 
hasPadding() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
 
HDRL_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
header - Variable in class org.monte.media.av.Buffer
Header information, such as RTP header for this chunk.
header - Variable in class org.monte.media.avi.AbstractAVIStream.Sample
Palette change sample.
headerFlags - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
// Enumeration for track header flags set { TrackEnable = 0x1, // enabled track TrackInMovie = 0x2, // track in playback TrackInPreview = 0x4, // track in preview TrackInPoster = 0x8 // track in poster } TrackHeaderFlags;
headerFlags - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
// Enumeration for track header flags set { TrackEnable = 0x1, // enabled track TrackInMovie = 0x2, // track in playback TrackInPreview = 0x4, // track in preview TrackInPoster = 0x8 // track in poster } TrackHeaderFlags;
headerLength - Variable in class org.monte.media.av.Buffer
The header length.
headerOffset - Variable in class org.monte.media.av.Buffer
The header offset.
headerToByteArray() - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Returns the frame header as a byte array.
headerToByteArray(byte[], int) - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Writes the frame header into the specified byte array.
height - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
height - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The track dimension.
HeightKey - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
The HeightKey of a video frame.
highlights - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Higlights adjustment in the range [0,1].
HIGHLIGHTS_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Higlights adjustment in the range [0,1].
Histogram - Class in org.monte.media.color
Histogram with 256 bins for each color band.
Histogram() - Constructor for class org.monte.media.color.Histogram
 

I

ICCPackedColorModel - Class in org.monte.media.color
ICCPackedColorModel.
ICCPackedColorModel(ICC_ColorSpace, Raster) - Constructor for class org.monte.media.color.ICCPackedColorModel
 
idToString(int) - Static method in class org.monte.media.riff.RIFFParser
Convert an integer IFF identifier to String.
idx1 - Variable in class org.monte.media.avi.AVIInputStream
 
IDX1_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
IFD - Class in org.monte.media.tiff
Represents a TIFF Image File Directory (IFD).
IFD - Enum constant in enum class org.monte.media.tiff.IFDDataType
32-bit (4-byte) unsigned integer pointing to another IFD, as defined in TIFF Tech Note 1 in TIFF Specification Supplement 1.
IFD(long, boolean) - Constructor for class org.monte.media.tiff.IFD
 
IFD_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
IFDDataType - Enum Class in org.monte.media.tiff
Enumeration of TIFF IFD data types.
ifdEntry - Variable in class org.monte.media.tiff.TIFFNode
The IFDEntry from which this node was read.
IFDEntry - Class in org.monte.media.tiff
Represents a directory entry in a TIFF Image File Directory (IFD).
IFDEntry(int, int, long, long, long) - Constructor for class org.monte.media.tiff.IFDEntry
 
ImageHeight - Static variable in class org.monte.media.tiff.BaselineTagSet
 
ImageInputStreamAdapter - Class in org.monte.media.io
ImageInputStreamAdapter.
ImageInputStreamAdapter(ImageInputStream) - Constructor for class org.monte.media.io.ImageInputStreamAdapter
 
ImageInputStreamImpl2 - Class in org.monte.media.io
ImageInputStreamImpl2 fixes bugs in ImageInputStreamImpl.
ImageInputStreamImpl2() - Constructor for class org.monte.media.io.ImageInputStreamImpl2
 
ImageOutputStreamAdapter - Class in org.monte.media.io
Adapts an ImageOutputStream for classes requiring an OutputStream.
ImageOutputStreamAdapter(ImageOutputStream) - Constructor for class org.monte.media.io.ImageOutputStreamAdapter
Creates an output stream filter built on top of the specified underlying output stream.
Images - Class in org.monte.media.image
Image processing methods for buffered images.
ImageSequenceTrack - Class in org.monte.media.imgseq
ImageSequenceTrack.
ImageSequenceTrack(File[]) - Constructor for class org.monte.media.imgseq.ImageSequenceTrack
 
ImageSequenceTrack(File, FileFilter) - Constructor for class org.monte.media.imgseq.ImageSequenceTrack
 
ImageSequenceWriter - Class in org.monte.media.imgseq
ImageSequenceWriter.
ImageSequenceWriter() - Constructor for class org.monte.media.imgseq.ImageSequenceWriter
 
ImageTagSet - Class in org.monte.media.exif
ImageTagSet.
ImageUniqueID - Static variable in class org.monte.media.exif.EXIFTagSet
 
ImageWidth - Static variable in class org.monte.media.tiff.BaselineTagSet
 
in - Variable in class org.monte.media.avi.AVIInputStream
The image input stream.
in - Variable in class org.monte.media.io.FilterImageInputStream
The underlying input stream.
in - Variable in class org.monte.media.quicktime.QuickTimeInputStream
The image input stream.
incCount(int) - Method in class org.monte.media.avi.DataChunkOutputStream
Increases the written counter by the specified value until it reaches Long.MAX_VALUE.
incCount(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Increases the written counter by the specified value until it reaches Long.MAX_VALUE.
IndividualImageDataOffset - Static variable in class org.monte.media.exif.MPEntryTagSet
Individual Image Data Offset This field specifies the data offset to the beginning (i.e.
IndividualImageSize - Static variable in class org.monte.media.exif.MPEntryTagSet
Individual Image Size This field specifies the size of the image data between the SOI and EOI markers of an Individual Image.
initialFrames - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
 
initialFrames - Variable in class org.monte.media.avi.AbstractAVIStream.Track
Specifies how far audio data is skewed ahead of the video frames in interleaved files.
initialize(long) - Method in class org.monte.media.av.Interpolator
Initializes the interpolation.
inputBuffer - Variable in class org.monte.media.avi.AbstractAVIStream.Track
The input buffer is used when one of the convenience methods without a Buffer parameter is used.
inputBuffer - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
inputFormat - Variable in class org.monte.media.av.AbstractCodec
 
inputFormats - Variable in class org.monte.media.av.AbstractCodec
 
inputTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
Start time of the first buffer that was added to the track.
INSERTION_POINT_PROPERTY - Static variable in interface org.monte.media.av.Movie
 
InterlaceKey - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Whether the video is interlaced.
Interoperability - Static variable in class org.monte.media.exif.EXIFTagSet
 
InteroperabilityTagSet - Class in org.monte.media.exif
Enumeration of Interoperation EXIF tags.
interpolate(long) - Method in class org.monte.media.av.Interpolator
Interpolates with the current time millis.
Interpolator - Class in org.monte.media.av
A linear interpolator for use in conjunction with an Animator object.
Interpolator() - Constructor for class org.monte.media.av.Interpolator
Creates a new interpolator which interpolates from 0 to 1 within one second.
Interpolator(boolean) - Constructor for class org.monte.media.av.Interpolator
Creates a new interpolator which interpolates into the specified direction within one second.
Interpolator(float, float) - Constructor for class org.monte.media.av.Interpolator
Creates a new interpolator which interpolates from the specified start value to the specified end value within one second.
Interpolator(float, float, long) - Constructor for class org.monte.media.av.Interpolator
Creates a new interpolator which interpolates from the specified start value to the specified end value within the specified timespan.
Interpolator(long) - Constructor for class org.monte.media.av.Interpolator
Creates a new interpolator which interpolates from 0 to 1 within the specified timespan.
intersectKeys(FormatKey<?>...) - Method in class org.monte.media.av.Format
Creates a new format which only has the specified keys (or less).
IntMath - Class in org.monte.media.math
Utility class for integer arithmetic.
IntMath() - Constructor for class org.monte.media.math.IntMath
Creates a new instance of IntMath
intToType(int) - Static method in class org.monte.media.avi.AbstractAVIStream
 
intToType(int) - Static method in class org.monte.media.quicktime.AbstractQuickTimeStream
 
intValue() - Method in class org.monte.media.math.ExtendedReal
 
intValue() - Method in class org.monte.media.math.Rational
 
inverse() - Method in class org.monte.media.math.Rational
 
invoke(Object, String) - Static method in class org.monte.media.util.Methods
Invokes the specified accessible parameterless method if it exists.
invoke(Object, String, boolean) - Static method in class org.monte.media.util.Methods
Invokes the specified setter method if it exists.
invoke(Object, String, float) - Static method in class org.monte.media.util.Methods
Invokes the specified setter method if it exists.
invoke(Object, String, int) - Static method in class org.monte.media.util.Methods
Invokes the specified method if it exists.
invoke(Object, String, Class<?>[], Object...) - Static method in class org.monte.media.util.Methods
Invokes the specified setter method if it exists.
invoke(Object, String, Class<?>, Object) - Static method in class org.monte.media.util.Methods
Invokes the specified setter method if it exists.
invoke(Object, String, String) - Static method in class org.monte.media.util.Methods
Invokes the specified accessible method with a string parameter if it exists.
invokeGetter(Object, String, boolean) - Static method in class org.monte.media.util.Methods
Invokes the specified getter method if it exists.
invokeGetter(Object, String, int) - Static method in class org.monte.media.util.Methods
Invokes the specified getter method if it exists.
invokeGetter(Object, String, long) - Static method in class org.monte.media.util.Methods
Invokes the specified getter method if it exists.
invokeGetter(Object, String, Object) - Static method in class org.monte.media.util.Methods
Invokes the specified getter method if it exists.
invokeIfExists(Object, String) - Static method in class org.monte.media.util.Methods
Invokes the specified setter method if it exists.
invokeIfExists(Object, String, boolean) - Static method in class org.monte.media.util.Methods
Invokes the specified method if it exists.
invokeIfExists(Object, String, float) - Static method in class org.monte.media.util.Methods
Invokes the specified setter method if it exists.
invokeIfExists(Object, String, Class<?>, Object) - Static method in class org.monte.media.util.Methods
Invokes the specified setter method if it exists.
invokeIfExistsWithEnum(Object, String, String, String) - Static method in class org.monte.media.util.Methods
Invokes the specified setter method if it exists.
invokeStatic(Class<?>, String) - Static method in class org.monte.media.util.Methods
Invokes the specified accessible parameterless method if it exists.
invokeStatic(Class<?>, String, Class<?>[], Object[]) - Static method in class org.monte.media.util.Methods
Invokes a static method on the specified class with the given parameter types and values.
invokeStatic(Class<?>, String, Class<?>, Object) - Static method in class org.monte.media.util.Methods
Invokes the specified method with a single parameter if it exists.
invokeStatic(String, String) - Static method in class org.monte.media.util.Methods
Invokes the specified accessible parameterless method if it exists.
invokeStatic(String, String, Class<?>[], Object[]) - Static method in class org.monte.media.util.Methods
Invokes the specified parameterless method if it exists.
invokeStatic(String, String, Class<?>[], Object[], Object) - Static method in class org.monte.media.util.Methods
Invokes the specified parameterless method if it exists.
invokeStaticGetter(Class<?>, String, boolean) - Static method in class org.monte.media.util.Methods
Invokes the specified getter method if it exists.
IOStreams - Class in org.monte.media.io
IOStreams.
IOStreams() - Constructor for class org.monte.media.io.IOStreams
 
isAssignable(Object) - Method in class org.monte.media.av.FormatKey
Returns true if the specified value is assignable with this key.
isCached() - Method in class org.monte.media.io.FilterImageInputStream
 
isCached() - Method in class org.monte.media.io.SubImageInputStream
Default implementation returns false.
isCached() - Method in class org.monte.media.io.SubImageOutputStream
Default implementation returns false.
isCachedFile() - Method in class org.monte.media.io.FilterImageInputStream
 
isCachedFile() - Method in class org.monte.media.io.SubImageInputStream
 
isCachedFile() - Method in class org.monte.media.io.SubImageOutputStream
 
isCachedMemory() - Method in class org.monte.media.io.FilterImageInputStream
 
isCachedMemory() - Method in class org.monte.media.io.SubImageInputStream
Default implementation returns false.
isCachedMemory() - Method in class org.monte.media.io.SubImageOutputStream
Default implementation returns false.
isCoalesce() - Method in class org.monte.media.concurrent.EventLoop
Returns true if the EventLoop coalesces multiple pending events.
isCollectionChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFParser
Checks wether the ID of the chunk has been declared as a collection chunk.
isComment() - Method in class org.monte.media.av.FormatKey
 
isCompatibleRaster(Raster) - Method in class org.monte.media.color.ICCPackedColorModel
 
isDataChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFParser
Checks whether the ID of the chunk has been declared as a data chunk.
isDataInValueOffset() - Method in class org.monte.media.tiff.IFDEntry
 
isDataLimitReached() - Method in interface org.monte.media.av.MovieWriter
Returns true if the limit for media data has been reached.
isDataLimitReached() - Method in class org.monte.media.avi.AVIOutputStream
Returns true if the limit for media samples has been reached.
isDataLimitReached() - Method in class org.monte.media.avi.AVIWriter
 
isDataLimitReached() - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
isDataLimitReached() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Returns true if the limit for media samples has been reached.
isDataLimitReached() - Method in class org.monte.media.quicktime.QuickTimeWriter
Returns true if the limit for media samples has been reached.
isElapsed(long) - Method in class org.monte.media.av.Interpolator
Returns true, if the timespan of the Interpolator has elapsed since initialize was called.
isEmpty() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
isEmpty() - Method in class org.monte.media.quicktime.QuickTimeMeta.Media
 
isEmpty(int) - Method in interface org.monte.media.av.MovieWriter
Returns true if the specified track has no samples.
isEmpty(int) - Method in class org.monte.media.avi.AVIWriter
 
isEmpty(int) - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
isEmpty(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
 
isEnabled() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
isEnabled() - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
isEntropyCoded() - Method in class org.monte.media.jfif.JFIFInputStream.Segment
 
isFinished() - Method in class org.monte.media.av.Interpolator
 
isFirstImageOnly() - Method in class org.monte.media.exif.EXIFReader
 
isFlag(BufferFlag) - Method in class org.monte.media.av.Buffer
Returns true if the specified flag is set.
isFlagSet(int, int) - Static method in class org.monte.media.avi.AbstractAVIStream
Returns true, if the specified mask is set on the flag.
isGroupChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFParser
Checks whether the ID of the chunk has been declared as a group chunk.
isGroupID(int) - Static method in class org.monte.media.riff.RIFFParser
Checks whether the argument represents a valid RIFF GroupID.
isGroupType(int) - Static method in class org.monte.media.riff.RIFFParser
Checks whether the argument represents a valid RIFF Group Type.
isID(int) - Static method in class org.monte.media.riff.RIFFParser
Checks whether the argument represents a valid RIFF ID.
isIdentity() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
Returns true, if the model does not perform any changes to the image.
isIdentity() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
isIgnoreIccProfile() - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
isIncludeContainerMetadata() - Method in class org.monte.media.exif.EXIFReader
 
isInfinite() - Method in class org.monte.media.math.ExtendedReal
 
isInMovie() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
isInMovie() - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
isInPoster() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
isInPoster() - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
isInPreview() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
isInPreview() - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
isInvertColors() - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
isKeyframe - Variable in class org.monte.media.avi.AbstractAVIStream.Sample
Whether the sample is a sync-sample.
isKeyframe - Variable in class org.monte.media.quicktime.QuickTimeMeta.MediaSample
Whether the sample is a sync-sample.
isLessOrEqualZero() - Method in class org.monte.media.math.Rational
 
isLocalChunkID(int) - Static method in class org.monte.media.riff.RIFFParser
Returns whether the argument is a valid Local Chunk ID.
isNaN() - Method in class org.monte.media.math.ExtendedReal
 
ISOSpeedRatings - Static variable in class org.monte.media.exif.EXIFTagSet
 
isPropertyChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFParser
Checks wether the ID of the chunk has been declared as a property chunk.
isReadData() - Method in class org.monte.media.riff.RIFFParser
 
isReadOnly() - Method in class org.monte.media.exif.DefaultIIOMetadata
 
isSequential(Interpolator) - Method in class org.monte.media.av.Interpolator
 
isSynthetic() - Method in class org.monte.media.tiff.TIFFTag
 
isTrackEnabled(int) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
 
isTrackInMovie(int) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
 
isTrackInPoster(int) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
 
isTrackInPreview(int) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
 
isVFRSupported() - Method in class org.monte.media.avi.AVIWriter
 
isVFRSupported() - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
isVFRSupported() - Method in class org.monte.media.quicktime.QuickTimeWriter
Returns true because QuickTime supports variable frame rates.
isWhiteBalanceQMEnabled() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
isWhiteBalanceQMEnabled() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
isWhiteBalanceTTEnabled() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
isWhiteBalanceTTEnabled() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
isZero() - Method in class org.monte.media.math.Rational
 

J

JFIFInputStream - Class in org.monte.media.jfif
JFIFInputStream.
JFIFInputStream(File) - Constructor for class org.monte.media.jfif.JFIFInputStream
 
JFIFInputStream(InputStream) - Constructor for class org.monte.media.jfif.JFIFInputStream
 
JFIFInputStream.Segment - Class in org.monte.media.jfif
Represents a segment within a JFIF File.
JFIFOutputStream - Class in org.monte.media.jfif
JFIFOutputStream.
JFIFOutputStream(File) - Constructor for class org.monte.media.jfif.JFIFOutputStream
 
JFIFOutputStream(ImageOutputStream) - Constructor for class org.monte.media.jfif.JFIFOutputStream
 
join() - Method in class org.monte.media.concurrent.EventLoop
 
JPEGCodec - Class in org.monte.media.av.codec.video
JPEGCodec encodes a BufferedImage as a byte[] array.
JPEGCodec() - Constructor for class org.monte.media.av.codec.video.JPEGCodec
 
JPEGCodecSpi - Class in org.monte.media.av.codec.video
JPEGCodecSpi.
JPEGCodecSpi() - Constructor for class org.monte.media.av.codec.video.JPEGCodecSpi
 
JPEGThumbnailImage - Static variable in class org.monte.media.tiff.BaselineTagSet
 
JPG0_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
Reserved for JPEG extensions
JPG0_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
Reserved for JPEG extensions
JPG1_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPG1_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPG2_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPG2_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPG3_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPG3_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPG4_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPG4_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPG5_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPG5_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPG6_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPG6_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPG7_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPG7_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPG8_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPG8_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPG9_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPG9_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPGA_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPGA_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPGB_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPGB_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPGC_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPGC_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JPGD_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
JPGD_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
JUNK_ID - Static variable in class org.monte.media.riff.RIFFParser
ID for JUNK chunks.
JUNK_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
JUNK_MARKER Marker (for data which is not part of the JFIF stream.

K

KEYFRAME - Enum constant in enum class org.monte.media.av.BufferFlag
Indicates that this Buffer holds an intra-coded picture, which can be decoded independently.
KeyFrameIntervalKey - Static variable in class org.monte.media.av.FormatKeys
The interval between key frames.

L

language - Variable in class org.monte.media.avi.AbstractAVIStream.Track
Language tag.
LANGUAGE_CODES - Static variable in class org.monte.media.quicktime.QuickTimeMeta
 
lastSample - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
 
lastSample - Variable in class org.monte.media.quicktime.QuickTimeMeta.Group
 
layer - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The track layer.
leaveGroup(RIFFChunk) - Method in interface org.monte.media.riff.RIFFVisitor
This method is invoked when the parser leaves a group chunk.
length - Variable in class org.monte.media.av.Buffer
The data length.
length - Variable in class org.monte.media.avi.AbstractAVIStream.Sample
Data length of the sample chunk in bytes.
length - Variable in class org.monte.media.avi.AbstractAVIStream.Track
Specifies the length of this stream.
length - Variable in class org.monte.media.jfif.JFIFInputStream.Segment
If the marker starts a marker segment, holds the length of the data in the data segment.
length() - Method in class org.monte.media.io.ByteArrayImageInputStream
 
length() - Method in class org.monte.media.io.ByteArrayImageOutputStream
 
length() - Method in class org.monte.media.io.FilterImageInputStream
 
length() - Method in class org.monte.media.io.SubImageInputStream
 
length() - Method in class org.monte.media.io.SubImageOutputStream
 
length() - Method in record class org.monte.media.tiff.FileSegment
Returns the value of the length record component.
LensMake - Static variable in class org.monte.media.exif.EXIFTagSet
 
LensModel - Static variable in class org.monte.media.exif.EXIFTagSet
 
LensSpecification - Static variable in class org.monte.media.exif.EXIFTagSet
 
LightSource - Static variable in class org.monte.media.exif.EXIFTagSet
 
LinearEquations - Class in org.monte.media.math
LinearEquations.
lineno() - Method in class org.monte.media.io.StreamPosTokenizer
Return the current line number.
LIST_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
LIST_ID - Static variable in class org.monte.media.riff.RIFFParser
ID for ListGroupExpression.
listenerList - Variable in class org.monte.media.beans.AbstractStateModel
 
listenerList_ - Variable in class org.monte.media.io.BoundedRangeInputStream
The listeners waiting for model changes.
loadData(TIFFInputStream) - Method in class org.monte.media.tiff.IFDEntry
 
LONG - Enum constant in enum class org.monte.media.tiff.IFDDataType
32-bit (4-byte) unsigned integer.
LONG_MASK - Static variable in class org.monte.media.tiff.TIFFTag
int32u
longValue() - Method in class org.monte.media.math.ExtendedReal
 
longValue() - Method in class org.monte.media.math.Rational
 
lowerCaseMode(boolean) - Method in class org.monte.media.io.StreamPosTokenizer
Determines whether or not word token are automatically lowercased.

M

MAC_TIMESTAMP_EPOCH - Static variable in class org.monte.media.quicktime.DataAtomInputStream
 
MAC_TIMESTAMP_EPOCH - Static variable in class org.monte.media.quicktime.DataAtomOutputStream
 
MAC_TIMESTAMP_EPOCH - Static variable in class org.monte.media.quicktime.QTFFImageInputStream
 
main(String[]) - Static method in class org.monte.media.io.AppendableByteArrayInputStream
 
main(String[]) - Static method in class org.monte.media.math.IntMath
 
mainHeader - Variable in class org.monte.media.avi.AVIInputStream
 
MainHeader() - Constructor for class org.monte.media.avi.AbstractAVIStream.MainHeader
 
Make - Static variable in class org.monte.media.tiff.BaselineTagSet
 
MakerNote - Static variable in class org.monte.media.exif.EXIFTagSet
 
mark(int) - Method in class org.monte.media.io.ImageInputStreamAdapter
Marks the current position in this input stream.
mark(int) - Method in class org.monte.media.jfif.JFIFInputStream
Marks the current position in this input stream.
mark(int) - Method in class org.monte.media.mp3.MP3AudioInputStream
 
mark(int) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Marks the input stream.
marker - Variable in class org.monte.media.jfif.JFIFInputStream.Segment
Holds the marker code.
markSupported() - Method in class org.monte.media.io.ImageInputStreamAdapter
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class org.monte.media.jfif.JFIFInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class org.monte.media.mp3.MP3AudioInputStream
 
matches(Format) - Method in class org.monte.media.av.Format
Returns true if that format matches this format.
matchesWithout(Format, FormatKey<?>...) - Method in class org.monte.media.av.Format
 
matrix - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
The transformation matrix of the track.
matrix - Variable in class org.monte.media.quicktime.QuickTimeMeta
The transformation matrix [a,b,u;c,d,v;x,y,w] for mapping 2d points of this movie to the screen.
matrix - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The transformation matrix of the track.
max(Rational, Rational) - Static method in class org.monte.media.math.Rational
 
MAX_VALUE - Static variable in class org.monte.media.math.ExtendedReal
 
MaxApertureValue - Static variable in class org.monte.media.exif.EXIFTagSet
 
maxBytesPerSec - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
 
maxSampleCount - Static variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
 
maxSampleCount - Static variable in class org.monte.media.quicktime.QuickTimeMeta.Group
 
maybeAddChunk(AbstractQuickTimeStream.Chunk) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
 
maybeAddChunk(AbstractQuickTimeStream.Chunk) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
Returns true, if the chunk was added to the group.
maybeAddChunk(AbstractQuickTimeStream.Chunk) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
 
maybeAddChunk(AbstractQuickTimeStream.Chunk) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.TimeToSampleGroup
 
maybeAddChunk(QuickTimeMeta.Chunk) - Method in class org.monte.media.quicktime.QuickTimeMeta.Chunk
 
maybeAddChunk(QuickTimeMeta.Chunk) - Method in class org.monte.media.quicktime.QuickTimeMeta.Group
Returns true, if the chunk was added to the group.
maybeAddChunk(QuickTimeMeta.Chunk) - Method in class org.monte.media.quicktime.QuickTimeMeta.SampleSizeGroup
 
maybeAddChunk(QuickTimeMeta.Chunk) - Method in class org.monte.media.quicktime.QuickTimeMeta.TimeToSampleGroup
 
maybeAddSample(AbstractQuickTimeStream.Sample) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
Returns true, if the samples was added to the group.
maybeAddSample(AbstractQuickTimeStream.Sample) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
Returns true, if the sample was added to the group.
maybeAddSample(AbstractQuickTimeStream.Sample) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.TimeToSampleGroup
Returns true, if the sample was added to the group.
maybeAddSample(AbstractQuickTimeStream.Sample, int) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
Returns true, if the sample was added to the chunk.
maybeAddSample(QuickTimeMeta.MediaSample) - Method in class org.monte.media.quicktime.QuickTimeMeta.Group
Returns true, if the samples was added to the group.
maybeAddSample(QuickTimeMeta.MediaSample) - Method in class org.monte.media.quicktime.QuickTimeMeta.SampleSizeGroup
Returns true, if the sample was added to the group.
maybeAddSample(QuickTimeMeta.MediaSample) - Method in class org.monte.media.quicktime.QuickTimeMeta.TimeToSampleGroup
Returns true, if the sample was added to the group.
maybeAddSample(QuickTimeMeta.MediaSample, int) - Method in class org.monte.media.quicktime.QuickTimeMeta.Chunk
Returns true, if the sample was added to the chunk.
mdatAtom - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
This atom holds the media data.
mdatOffset - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
Offset for the mdat atom.
media - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The media of the track.
Media() - Constructor for class org.monte.media.quicktime.QuickTimeMeta.Media
 
mediaCompressionType - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
The compression type of the media.
mediaCompressorName - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
The compressor name.
mediaCreationTime - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
 
mediaDuration - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
The duration of the media in this track in media time units.
mediaDuration - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
The duration of the media in this track in media time units (derived value).
mediaLanguage - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
 
mediaLanguageEncoding - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
 
mediaModificationTime - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
 
mediaQuality - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
 
mediaRate - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
A 32-bit fixed-point number (16.16) that specifies the relative rate at which to play the media corresponding to this edit segment.
mediaRate - Variable in class org.monte.media.quicktime.QuickTimeMeta.Edit
A 32-bit fixed-point number (16.16) that specifies the relative rate at which to play the media corresponding to this edit segment.
MediaSample(long, long, long) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.MediaSample
Creates a new sample.
mediaSamples - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
Table of samples in the media of this track.
mediaTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
A 32-bit integer containing the start time within the media of this edit segment (in media time scale units).
mediaTime - Variable in class org.monte.media.quicktime.QuickTimeMeta.Edit
A 32-bit integer containing the start time within the media of this edit segment (in media time scale units).
mediaTimeScale - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
The timeScale of the media in the track.
mediaTimeScale - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
The timescale of the media in the track.
mediaType - Variable in class org.monte.media.avi.AbstractAVIStream.Track
mediaType.fccType contains a FOURCC that specifies the type of the data contained in the stream.
mediaType - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
The media type of the track.
mediaType - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The media type of the track.
MediaTypeKey - Static variable in class org.monte.media.av.FormatKeys
The type of the media.
mergeTree(String, Node) - Method in class org.monte.media.exif.DefaultIIOMetadata
 
meta - Variable in class org.monte.media.quicktime.QuickTimeInputStream
This variable is set to non-null, when the movie meta data has been read.
META - Enum constant in enum class org.monte.media.av.FormatKeys.MediaType
 
MeteringMode - Static variable in class org.monte.media.exif.EXIFTagSet
 
Methods - Class in org.monte.media.util
Methods contains convenience methods for method invocations using java.lang.reflect.
microSecPerFrame - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
Specifies the number of microseconds (=10E-6 seconds) between frames.
MID_POINT_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Level adjustment: mid point in the range [0,1].
MIDI - Enum constant in enum class org.monte.media.av.FormatKeys.MediaType
 
MIDI - Enum constant in enum class org.monte.media.avi.AbstractAVIStream.AVIMediaType
 
MidiTrack(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.MidiTrack
 
midPoint - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Level adjustment: mid point in the range [0,1].
MIME_ANIM - Static variable in class org.monte.media.av.FormatKeys
 
MIME_AVI - Static variable in class org.monte.media.av.FormatKeys
 
MIME_IMAGE_SEQUENCE - Static variable in class org.monte.media.av.FormatKeys
 
MIME_JAVA - Static variable in class org.monte.media.av.FormatKeys
 
MIME_MP4 - Static variable in class org.monte.media.av.FormatKeys
 
MIME_QUICKTIME - Static variable in class org.monte.media.av.FormatKeys
 
MimeTypeKey - Static variable in class org.monte.media.av.FormatKeys
The mime type.
min(Rational, Rational) - Static method in class org.monte.media.math.Rational
 
MIN_VALUE - Static variable in class org.monte.media.math.ExtendedReal
 
MJPGImageReader - Class in org.monte.media.mjpg
Reads an image in the Motion JPEG (MJPG) format.
MJPGImageReader(ImageReaderSpi) - Constructor for class org.monte.media.mjpg.MJPGImageReader
 
MJPGImageReaderSpi - Class in org.monte.media.mjpg
ImageIO service provider interface for images in the Motion JPEG (MJPG) format.
MJPGImageReaderSpi() - Constructor for class org.monte.media.mjpg.MJPGImageReaderSpi
 
Model - Static variable in class org.monte.media.tiff.BaselineTagSet
 
modificationTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
Modification time of the movie.
modificationTime - Variable in class org.monte.media.quicktime.QuickTimeMeta
Modification time of the movie.
modificationTime - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
Modification time of the track.
moovAtom - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
This atom holds the moovie header.
MOVI_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
moviChunk - Variable in class org.monte.media.avi.AVIOutputStream
This chunk holds the movie frames.
Movie - Interface in org.monte.media.av
A movie provides an editable container for media samples in a time and tracks coordinate system.
movieDataSize - Variable in class org.monte.media.quicktime.QuickTimeMeta
 
movieDataStreamPosition - Variable in class org.monte.media.quicktime.QuickTimeMeta
 
movieMatrix - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The transformation matrix for the entire movie.
MovieReader - Interface in org.monte.media.av
A simple API for reading movie data (audio and video) from a file.
MovieReaderSpi - Interface in org.monte.media.av
Service provider interface for MovieReader.
movieTimeScale - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The timeScale of the movie.
MovieWriter - Interface in org.monte.media.av
A simple API for writing movie data (audio and video) into a file.
MovieWriterSpi - Interface in org.monte.media.av
Service provider interface for MovieWriter.
MP3 - Static variable in class org.monte.media.mp3.MP3ElementaryInputStream
Defines the "MP3" encoding.
MP3AudioInputStream - Class in org.monte.media.mp3
AudioInputStream adapter for MP3ElementaryInputStream.
MP3AudioInputStream(File) - Constructor for class org.monte.media.mp3.MP3AudioInputStream
Creates an MP3AudioInputStream and reads the stream until the first frame is reached.
MP3AudioInputStream(InputStream) - Constructor for class org.monte.media.mp3.MP3AudioInputStream
Creates an MP3AudioInputStream and reads the stream until the first frame is reached.
MP3ElementaryInputStream - Class in org.monte.media.mp3
Facilitates reading of an MP3 elementary stream frame by frame.
MP3ElementaryInputStream(File) - Constructor for class org.monte.media.mp3.MP3ElementaryInputStream
 
MP3ElementaryInputStream(InputStream) - Constructor for class org.monte.media.mp3.MP3ElementaryInputStream
 
MP3ElementaryInputStream.Frame - Class in org.monte.media.mp3
An elementary frame.
MPEntryInformation - Static variable in class org.monte.media.exif.MPFTagSet
 
MPEntryTagSet - Class in org.monte.media.exif
Synthetic tags for the entry information Multi-Picture format (MPF) tags as found in MPO image files generated by Fujifilm Finepix Real 3D W1 cameras.
MPFTagSet - Class in org.monte.media.exif
Enumeration of Multi-Picture format (MPF) tags as found in MPO image files generated by Fujifilm Finepix Real 3D W1 cameras.
MPOFiles - Class in org.monte.media.mpo
Utility methods for MPOFiles.
MPOImageReader - Class in org.monte.media.mpo
Reads an image in the MultiPicture Object format (MPO).
MPOImageReader(MPOImageReaderSpi) - Constructor for class org.monte.media.mpo.MPOImageReader
 
MPOImageReaderSpi - Class in org.monte.media.mpo
ImageIO service provider interface for images in the MultiPicture Object format (MPO).
MPOImageReaderSpi() - Constructor for class org.monte.media.mpo.MPOImageReaderSpi
 
Multiplexer - Interface in org.monte.media.av
A Multiplexer can write multiple media tracks into a single output stream.
multiply(long) - Method in class org.monte.media.math.Rational
 
multiply(Rational) - Method in class org.monte.media.math.Rational
 

N

name - Variable in class org.monte.media.av.AbstractCodec
 
name - Variable in class org.monte.media.avi.AbstractAVIStream.Track
The optional name of the track.
NaN - Static variable in class org.monte.media.math.ExtendedReal
 
negate() - Method in class org.monte.media.math.Rational
 
NEGATIVE_INFINITY - Static variable in class org.monte.media.math.ExtendedReal
 
next() - Method in class org.monte.media.util.EnumerationIterator
 
nextChar() - Method in class org.monte.media.io.StreamPosTokenizer
Reads the next character from the input stream, without passing it to the tokenizer.
nextToken() - Method in class org.monte.media.io.StreamPosTokenizer
Parses the next token from the input stream of this tokenizer.
nextTrack() - Method in interface org.monte.media.av.MovieReader
Returns the index of the next track in playback sequence.
nextTrack() - Method in class org.monte.media.avi.AVIReader
 
nextTrack() - Method in class org.monte.media.quicktime.QuickTimeReader
 
nextTrackId - Variable in class org.monte.media.quicktime.QuickTimeMeta
The ID to use for the next track added to this movie (derived value).
NOT_SPECIFIED - Static variable in class org.monte.media.av.Buffer
Values which are not specified must have this value.
NULL_ID - Static variable in class org.monte.media.riff.RIFFParser
ID for NULL chunks.
NULL_NUL_ID - Static variable in class org.monte.media.riff.RIFFParser
ID for NULL chunks.
nval - Variable in class org.monte.media.io.StreamPosTokenizer
If the current token is a number, this field contains the value of that number.

O

OECF - Static variable in class org.monte.media.exif.EXIFTagSet
 
offset - Variable in class org.monte.media.av.Buffer
The data offset.
offset - Variable in class org.monte.media.avi.AbstractAVIStream.Chunk
The offset of the chunk relative to the startTime of the ImageOutputStream.
offset - Variable in class org.monte.media.avi.AbstractAVIStream.Sample
Byte offset of the sample chunk relative to the startTime of the AVI file.
offset - Variable in class org.monte.media.jfif.JFIFInputStream.Segment
Holds the offset of the first data byte to the beginning of the stream.
offset - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Atom
The offset of the atom relative to the start of the ImageOutputStream.
offset() - Method in record class org.monte.media.tiff.FileSegment
Returns the value of the offset record component.
ONE - Static variable in class org.monte.media.math.Rational
 
ordinaryChar(int) - Method in class org.monte.media.io.StreamPosTokenizer
Specifies that the character argument is "ordinary" in this tokenizer.
ordinaryChars(int, int) - Method in class org.monte.media.io.StreamPosTokenizer
Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer.
org.monte.media - module org.monte.media
A library for processing still images, video, audio and meta-data.
org.monte.media.av - package org.monte.media.av
Defines an API for audio and video processing, and provides base implementations.
org.monte.media.av.codec.audio - package org.monte.media.av.codec.audio
Provides base classes for audio codecs.
org.monte.media.av.codec.time - package org.monte.media.av.codec.time
Provides time processing codecs.
org.monte.media.av.codec.video - package org.monte.media.av.codec.video
Provides base classes for video codecs, and common video codecs.
org.monte.media.avi - package org.monte.media.avi
Provides media handlers for the AVI file format.
org.monte.media.avi.codec.audio - package org.monte.media.avi.codec.audio
Provides AVI-specific audio codecs.
org.monte.media.avi.codec.video - package org.monte.media.avi.codec.video
Provides AVI-specific video codecs.
org.monte.media.beans - package org.monte.media.beans
Provides abstract classes for JavaBeans.
org.monte.media.color - package org.monte.media.color
Provides utility classes for processing colors.
org.monte.media.concurrent - package org.monte.media.concurrent
Provides utility classes for concurrent processing.
org.monte.media.exception - package org.monte.media.exception
Provides exception classes.
org.monte.media.exif - package org.monte.media.exif
Provides classes for processing EXIF meta-data.
org.monte.media.image - package org.monte.media.image
Provides utility classes for image processing.
org.monte.media.imgseq - package org.monte.media.imgseq
Provides abstractions for image sequences represented by folders with image files.
org.monte.media.interpolator - package org.monte.media.interpolator
Provides interpolation classes.
org.monte.media.io - package org.monte.media.io
Provides IO classes.
org.monte.media.jfif - package org.monte.media.jfif
Provides classes for processing JFIF files.
org.monte.media.jpeg - package org.monte.media.jpeg
Provides media handlers for JPEG images with CMYK colors.
org.monte.media.math - package org.monte.media.math
Provides math classes.
org.monte.media.mjpg - package org.monte.media.mjpg
Provides readers for MJPG images.
org.monte.media.mp3 - package org.monte.media.mp3
Provides classes for reading MP3 elementary streams.
org.monte.media.mpo - package org.monte.media.mpo
Provides readers for the MPO file format.
org.monte.media.pgm - package org.monte.media.pgm
Provides classes for reading PGM images.
org.monte.media.quicktime - package org.monte.media.quicktime
Provides classes for processing QuickTime files.
org.monte.media.quicktime.codec.audio - package org.monte.media.quicktime.codec.audio
Provides QuickTime-specific audio codecs.
org.monte.media.quicktime.codec.video - package org.monte.media.quicktime.codec.video
Provides QuickTime-specific video codecs.
org.monte.media.riff - package org.monte.media.riff
Provides classes for reading RIFF files.
org.monte.media.tiff - package org.monte.media.tiff
Provides classes for reading TIFF files.
org.monte.media.tree - package org.monte.media.tree
Provides classes for representing tree structures.
org.monte.media.util - package org.monte.media.util
Provides utility classes.
org.monte.media.util.stream - package org.monte.media.util.stream
Provides utility classes for stream processing.
OSXCollator - Class in org.monte.media.imgseq
The OSXCollator strives to match the collation rules used by the Mac OS X Finder and of Mac OS X file dialogs.
OSXCollator() - Constructor for class org.monte.media.imgseq.OSXCollator
Creates a new instance.
OSXCollator(Locale) - Constructor for class org.monte.media.imgseq.OSXCollator
 
out - Variable in class org.monte.media.avi.AbstractAVIStream
Underlying output stream.
out - Variable in class org.monte.media.io.ImageOutputStreamAdapter
The underlying output stream to be filtered.
out - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
Underlying output stream.
outputBuffer - Variable in class org.monte.media.avi.AbstractAVIStream.Track
The output buffer is used to store the output of the codec.
outputBuffer - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
outputFormat - Variable in class org.monte.media.av.AbstractCodec
 
outputFormats - Variable in class org.monte.media.av.AbstractCodec
 
Overview of the QuickTime movie file format - Search tag in package org.monte.media.quicktime
Section

P

paddingGranularity - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
 
palette - Variable in class org.monte.media.avi.AbstractAVIStream.VideoTrack
Index color model for RAW_RGB4 and RAW_RGB8 formats.
ParallaxXShift - Static variable in class org.monte.media.exif.FujifilmMakerNoteTagSet
ParallaxXShift (Pixel fraction value).
ParallaxYShift - Static variable in class org.monte.media.exif.FujifilmMakerNoteTagSet
ParallaxYShift (Pixel fraction value).
parallel() - Method in class org.monte.media.util.stream.RangeStream
Converts this stream to a parallel stream which will be recursively split up into ranges down to a threshold of 128.
parallel(int) - Method in class org.monte.media.util.stream.RangeStream
Converts this stream to a parallel stream which will be recursively split up into ranges down to the specified treshold.
parse(InputStream, RIFFVisitor) - Method in class org.monte.media.riff.RIFFParser
Interprets the RIFFFile expression located at the current position of the indicated InputStream.
parse(ImageInputStream, RIFFVisitor) - Method in class org.monte.media.riff.RIFFParser
 
parse(QTFFImageInputStream, QuickTimeMeta) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
Parses a QuickTime file.
parseChunkOffsets(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The chunk offset atom ("stco"-Atom in a media information section) identifies the location of each chunk of data in the media’s data stream.
parseChunkOffsets64(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The chunk offset 64 atom ("co64"-Atom in a media information section) identifies the location of each chunk of data in the media’s data stream.
parseCompressedMovieAtom(QTFFImageInputStream, long, QuickTimeMeta) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The compressed movie data atom ("cmvd"-atom) contains a compressed 'moov' atom.
parseDataCompressionAtom(QTFFImageInputStream, long, QuickTimeMeta) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The data compression atom ("dcom"-atom) specifies how the 'cmvd' atom is compressed.
parseDataReference(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The data reference ("dref"-Atom).
parseEditList(QTFFImageInputStream, long, QuickTimeMeta.Track) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The edit list ("elst"-Atom).
ParseException - Exception Class in org.monte.media.exception
Exception thrown by IFFParse.
ParseException(String) - Constructor for exception class org.monte.media.exception.ParseException
 
ParseException(String, Throwable) - Constructor for exception class org.monte.media.exception.ParseException
 
parseExponents() - Method in class org.monte.media.io.StreamPosTokenizer
Enables number parsing of exponents.
parseFileType(QTFFImageInputStream, long, QuickTimeMeta) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The file type ("ftyp"-atom).
parseGenericSampleDescription(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The sample description ("stsd"-Atom in generic tracks).
parseHandlerReference(QTFFImageInputStream, long, QuickTimeMeta.Track, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
Handler Reference Atom ("hdlr"-Atom).
parseHexNumbers() - Method in class org.monte.media.io.StreamPosTokenizer
Enables number parsing for decimal numbers and for hexadecimal numbers
parseMediaHeader(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The media header (mdhd-Atom).
parseMovieData(QTFFImageInputStream, long, QuickTimeMeta) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The movie data ("mdat"-atom).
parseMovieHeader(QTFFImageInputStream, long, QuickTimeMeta) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The movie header ("mvhd"-atom).
parseNumbers() - Method in class org.monte.media.io.StreamPosTokenizer
Specifies that numbers should be parsed by this tokenizer.
parsePlusAsNumber() - Method in class org.monte.media.io.StreamPosTokenizer
 
parseRecursively(QTFFImageInputStream, long, QuickTimeMeta) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
Parses a QuickTime file.
parseSampleSize(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The Sample Size atom ("stsz"-Atom in a media information section).
parseSampleToChunk(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The Sample-to-Chunk atom ("stsc"-Atom in a media information section).
parseSoundMediaHeader(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The sound media header ("smhd"-Atom).
parseSoundSampleDescription(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The sound sample description ("stsd"-Atom in a sound track).
parseSyncSample(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The Sync Sample atom ("stss"-Atom in a media information section).
parseTimeToSample(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The Time-to-Sample atom ("stts"-Atom in a media information section).
parseTrackHeader(QTFFImageInputStream, long, QuickTimeMeta.Track) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The track header ("tkhd"-atom).
parseVideoMediaHeader(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The video media header ("vmhd"-Atom).
parseVideoSampleDescription(QTFFImageInputStream, long, QuickTimeMeta.Media) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
The video sample description ("stsd"-Atom in a video track).
PassThroughCodec - Class in org.monte.media.av.codec.time
PassThroughCodec passes through all buffers.
PassThroughCodec() - Constructor for class org.monte.media.av.codec.time.PassThroughCodec
 
PC_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
PGMImageReader - Class in org.monte.media.pgm
Reads an image in the Netpbm grayscale image format (PGM).
PGMImageReader(PGMImageReaderSpi) - Constructor for class org.monte.media.pgm.PGMImageReader
 
PGMImageReaderSpi - Class in org.monte.media.pgm
ImageIO service provider interface for images in the Netpbm grayscale image format (PGM).
PGMImageReaderSpi() - Constructor for class org.monte.media.pgm.PGMImageReaderSpi
 
PixelAspectRatioKey - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
The pixel aspect ratio WidthKey : HeightKey;
PixelFormatKey - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
The pixel format.
PixelXDimension - Static variable in class org.monte.media.exif.EXIFTagSet
 
PixelYDimension - Static variable in class org.monte.media.exif.EXIFTagSet
 
PNGCodec - Class in org.monte.media.av.codec.video
PNGCodec encodes a BufferedImage as a byte[] array.
PNGCodec() - Constructor for class org.monte.media.av.codec.video.PNGCodec
 
PNGCodecSpi - Class in org.monte.media.av.codec.video
PNGCodecSpi.
PNGCodecSpi() - Constructor for class org.monte.media.av.codec.video.PNGCodecSpi
 
popSegment() - Method in class org.monte.media.jfif.JFIFOutputStream
 
POSITIVE_INFINITY - Static variable in class org.monte.media.math.ExtendedReal
 
posterTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The time value of the time of the movie poster.
posterTime - Variable in class org.monte.media.quicktime.QuickTimeMeta
The time value of the time of the movie poster.
postorderIterator() - Method in class org.monte.media.tiff.TIFFNode
 
preferredRate - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The preferred rate at which to play this movie.
preferredRate - Variable in class org.monte.media.quicktime.QuickTimeMeta
The preferred rate at which to play this movie.
preferredVolume - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The preferred volume of this movie’s sound.
preferredVolume - Variable in class org.monte.media.quicktime.QuickTimeMeta
The preferred volume of this movie’s sound.
PREFETCH - Enum constant in enum class org.monte.media.av.BufferFlag
Indicates that the data in this buffer is used for initializing the decoding queue.
preorderIterator() - Method in class org.monte.media.tiff.TIFFNode
 
prepend(Object...) - Method in class org.monte.media.av.Format
Creates a new format which contains all specified properties and additional properties from this format.
prepend(Format) - Method in class org.monte.media.av.Format
Creates a new format which contains all properties from the specified format and additional properties from this format.
prependDHTSeg(byte[]) - Static method in class org.monte.media.av.codec.video.AVIBMPDIB
 
prependDHTSeg(byte[], int, int) - Static method in class org.monte.media.av.codec.video.AVIBMPDIB
 
prependDHTSeg(InputStream) - Static method in class org.monte.media.av.codec.video.AVIBMPDIB
 
prependDHTSeg(ImageInputStream) - Static method in class org.monte.media.av.codec.video.AVIBMPDIB
 
prettyFormat(Object) - Method in class org.monte.media.tiff.ASCIIValueFormatter
 
prettyFormat(Object) - Method in class org.monte.media.tiff.DateValueFormatter
 
prettyFormat(Object) - Method in class org.monte.media.tiff.EnumValueFormatter
 
prettyFormat(Object) - Method in class org.monte.media.tiff.SetValueFormatter
 
prettyFormat(Object) - Method in class org.monte.media.tiff.TIFFTag
 
prettyFormat(Object) - Method in interface org.monte.media.tiff.ValueFormatter
Formats the specified value in a human readable format.
previewDuration - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The duration of the movie preview in movie time scale units.
previewDuration - Variable in class org.monte.media.quicktime.QuickTimeMeta
The duration of the movie preview in movie time scale units.
previewTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The time value in the movie at which the preview begins.
previewTime - Variable in class org.monte.media.quicktime.QuickTimeMeta
The time value in the movie at which the preview begins.
previousData - Variable in class org.monte.media.avi.AbstractAVIStream.VideoTrack
Previous frame for delta compression.
previousPalette - Variable in class org.monte.media.avi.AbstractAVIStream.VideoTrack
 
PrintImageMatching - Static variable in class org.monte.media.tiff.BaselineTagSet
 
priority - Variable in class org.monte.media.avi.AbstractAVIStream.Track
Specifies priority of a stream type.
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
 
process(Buffer, Buffer) - Method in interface org.monte.media.av.Codec
Performs the media processing defined by this codec.
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.time.AdjustTimeCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.time.PassThroughCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.time.TrimTimeCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.ColorAdjustCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.FFRtoVFRConverter
 
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.FrameRateConverter
 
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.JPEGCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.PNGCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.ScaleImageCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.av.codec.video.TechSmithCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.av.CodecChain
 
process(Buffer, Buffer) - Method in class org.monte.media.avi.codec.video.DIBCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.avi.codec.video.RunLengthCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.avi.codec.video.ZMBVCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
 
process(Buffer, Buffer) - Method in class org.monte.media.quicktime.codec.video.RawCodec
 
processEvent(E) - Method in class org.monte.media.concurrent.EventLoop
This method processes a single event on the event processor thread.
processEvent(Runnable) - Method in class org.monte.media.concurrent.SequentialDispatcher
This method processes an event on the event processor thread.
processEvents() - Method in class org.monte.media.concurrent.EventLoop
This method removes events from the event queue and proceses them until the queue is empty or until #stop is called.
propertyChange(PropertyChangeEvent) - Method in class org.monte.media.beans.WeakPropertyChangeListener
 
propertyChunks() - Method in class org.monte.media.riff.RIFFChunk
 
propertySupport - Variable in class org.monte.media.beans.AbstractBean
 
pushBack() - Method in class org.monte.media.io.StreamPosTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
pushCharBack(int) - Method in class org.monte.media.io.StreamPosTokenizer
Unreads a character back into the input stream of the tokenizer.
pushSegment(int) - Method in class org.monte.media.jfif.JFIFOutputStream
 
putExtraHeader(int, String, byte[]) - Method in class org.monte.media.avi.AVIOutputStream
Returns the contents of the extra track header.
putPropertyChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFChunk
 

Q

QTFFImageInputStream - Class in org.monte.media.quicktime
QuickTimeImageInputStream.
QTFFImageInputStream(ImageInputStream) - Constructor for class org.monte.media.quicktime.QTFFImageInputStream
 
quality - Variable in class org.monte.media.avi.AbstractAVIStream.Track
Specifies an indicator of the quality of the data in the stream.
QualityKey - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
Encoding quality.
QUICKTIME - Static variable in class org.monte.media.quicktime.QuickTimeReader
 
QUICKTIME - Static variable in class org.monte.media.quicktime.QuickTimeWriter
 
QuickTimeDeserializer - Class in org.monte.media.quicktime
QuickTimeDeserializer.
QuickTimeDeserializer() - Constructor for class org.monte.media.quicktime.QuickTimeDeserializer
 
QuickTimeInputStream - Class in org.monte.media.quicktime
Provides low-level support for reading encoded audio and video samples from a QuickTime file.
QuickTimeInputStream(File) - Constructor for class org.monte.media.quicktime.QuickTimeInputStream
Creates a new instance.
QuickTimeInputStream(ImageInputStream) - Constructor for class org.monte.media.quicktime.QuickTimeInputStream
Creates a new instance.
QuickTimeMeta - Class in org.monte.media.quicktime
QuickTimeMeta holds the meta-data contained in a QuickTime movie.
QuickTimeMeta() - Constructor for class org.monte.media.quicktime.QuickTimeMeta
 
QuickTimeMeta.Chunk - Class in org.monte.media.quicktime
Groups consecutive samples with the same sample description Id and with adjacent offsets in the movie file.
QuickTimeMeta.DataReference - Class in org.monte.media.quicktime
An DataReference references the media data.
QuickTimeMeta.Edit - Class in org.monte.media.quicktime
An Edit define the portions of the media that are to be used to build up a track for a movie.
QuickTimeMeta.Group - Class in org.monte.media.quicktime
Groups consecutive samples with same characteristics.
QuickTimeMeta.Media - Class in org.monte.media.quicktime
Represents a media.
QuickTimeMeta.MediaSample - Class in org.monte.media.quicktime
QuickTime stores media data in media samples.
QuickTimeMeta.SampleDescription - Class in org.monte.media.quicktime
Represents a sample description.
QuickTimeMeta.SampleSizeGroup - Class in org.monte.media.quicktime
Groups consecutive samples of the same size.
QuickTimeMeta.SampleToChunk - Class in org.monte.media.quicktime
Groups consecutive samples into a chunk.
QuickTimeMeta.TimeToSampleGroup - Class in org.monte.media.quicktime
Groups consecutive samples of the same duration.
QuickTimeMeta.Track - Class in org.monte.media.quicktime
Represents a track.
QuickTimeMeta.TrackSample - Class in org.monte.media.quicktime
QuickTime plays media in tracks which reference media samples.
QuickTimeMultiplexer - Class in org.monte.media.quicktime
QuickTimeMultiplexer.
QuickTimeMultiplexer(File) - Constructor for class org.monte.media.quicktime.QuickTimeMultiplexer
 
QuickTimeMultiplexer(ImageOutputStream) - Constructor for class org.monte.media.quicktime.QuickTimeMultiplexer
Creates a new QuickTime writer.
QuickTimeOutputStream - Class in org.monte.media.quicktime
This class provides low-level support for writing already encoded audio and video samples into a QuickTime file.
QuickTimeOutputStream(File) - Constructor for class org.monte.media.quicktime.QuickTimeOutputStream
Creates a new instance.
QuickTimeOutputStream(ImageOutputStream) - Constructor for class org.monte.media.quicktime.QuickTimeOutputStream
Creates a new instance.
QuickTimePCMAudioCodec - Class in org.monte.media.quicktime.codec.audio
AbstractPCMAudioCodec performs sign conversion, endian conversion and quantization conversion of PCM audio data.
QuickTimePCMAudioCodec() - Constructor for class org.monte.media.quicktime.codec.audio.QuickTimePCMAudioCodec
 
QuickTimePCMAudioCodecSpi - Class in org.monte.media.quicktime.codec.audio
QuickTimePCMAudioCodecSpi.
QuickTimePCMAudioCodecSpi() - Constructor for class org.monte.media.quicktime.codec.audio.QuickTimePCMAudioCodecSpi
 
QuickTimeReader - Class in org.monte.media.quicktime
QuickTimeReader.
QuickTimeReader(File) - Constructor for class org.monte.media.quicktime.QuickTimeReader
Creates a new instance.
QuickTimeReader(ImageInputStream) - Constructor for class org.monte.media.quicktime.QuickTimeReader
Creates a new instance.
QuickTimeReaderSpi - Class in org.monte.media.quicktime
QuickTimeReaderSpi.
QuickTimeReaderSpi() - Constructor for class org.monte.media.quicktime.QuickTimeReaderSpi
 
QuickTimeSerializer - Class in org.monte.media.quicktime
QuickTimeSerializer takes a QuickTimeMovie and flattens it into an ImageOutputStream.
QuickTimeSerializer() - Constructor for class org.monte.media.quicktime.QuickTimeSerializer
 
QuickTimeWriter - Class in org.monte.media.quicktime
Supports writing of time-based video and audio data into a QuickTime movie file (.MOV) without the need of native code.
QuickTimeWriter(File) - Constructor for class org.monte.media.quicktime.QuickTimeWriter
Creates a new QuickTime writer.
QuickTimeWriter(ImageOutputStream) - Constructor for class org.monte.media.quicktime.QuickTimeWriter
Creates a new QuickTime writer.
QuickTimeWriterSpi - Class in org.monte.media.quicktime
QuickTimeWriterSpi.
QuickTimeWriterSpi() - Constructor for class org.monte.media.quicktime.QuickTimeWriterSpi
 
quoteChar(int) - Method in class org.monte.media.io.StreamPosTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.

R

range(int, int) - Static method in class org.monte.media.util.stream.RangeStream
Returns a range stream which will execute the the integers from startInclusive to endExclusive.
RangeStream - Class in org.monte.media.util.stream
RangeStream processes a range of integer sequentially or in parallel sub-ranges.
rate - Variable in class org.monte.media.avi.AbstractAVIStream.Track
The rate of the media in scale units.
Rational - Class in org.monte.media.math
Represents a Rational number numerator/denominator.
Rational(long) - Constructor for class org.monte.media.math.Rational
 
Rational(long, long) - Constructor for class org.monte.media.math.Rational
 
Rational(Rational) - Constructor for class org.monte.media.math.Rational
 
RATIONAL - Enum constant in enum class org.monte.media.tiff.IFDDataType
Two LONGs: the first represents the numerator of a fraction; the second, the denominator.
RATIONAL_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
RawCodec - Class in org.monte.media.quicktime.codec.video
RawCodec encodes a BufferedImage as a byte[] array.
RawCodec() - Constructor for class org.monte.media.quicktime.codec.video.RawCodec
 
RawCodecSpi - Class in org.monte.media.quicktime.codec.video
RawCodecSpi.
RawCodecSpi() - Constructor for class org.monte.media.quicktime.codec.video.RawCodecSpi
 
read() - Method in class org.monte.media.exif.EXIFReader
Reads the meta data from the file or input stream that has been set on the constructor.
read() - Method in class org.monte.media.io.AppendableByteArrayInputStream
 
read() - Method in class org.monte.media.io.BoundedRangeInputStream
Overrides FilterInputStream.read to update the value after the read.
read() - Method in class org.monte.media.io.ByteArrayImageInputStream
Reads the next byte of data from this input stream.
read() - Method in class org.monte.media.io.ByteArrayImageOutputStream
Reads the next byte of data from this input stream.
read() - Method in class org.monte.media.io.FilterImageInputStream
 
read() - Method in class org.monte.media.io.ImageInputStreamAdapter
Reads the next byte of data from this input stream.
read() - Method in class org.monte.media.io.SubImageInputStream
 
read() - Method in class org.monte.media.io.SubImageOutputStream
 
read() - Method in class org.monte.media.io.UncachedImageInputStream
 
read() - Method in class org.monte.media.jfif.JFIFInputStream
Reads the next byte of data from this input stream.
read() - Method in class org.monte.media.mp3.MP3AudioInputStream
Throws an IOException, because the frame size is greater than 1.
read() - Method in class org.monte.media.mp3.MP3ElementaryInputStream
Reads a byte from the current frame (its header and its data).
read() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Reads one byte.
read() - Method in class org.monte.media.tiff.TIFFInputStream
 
read(byte[]) - Method in class org.monte.media.io.BoundedRangeInputStream
Overrides FilterInputStream.read to update the value after the read.
read(byte[], int, int) - Method in class org.monte.media.io.AppendableByteArrayInputStream
 
read(byte[], int, int) - Method in class org.monte.media.io.BoundedRangeInputStream
Overrides FilterInputStream.read to update the value after the read.
read(byte[], int, int) - Method in class org.monte.media.io.ByteArrayImageInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int) - Method in class org.monte.media.io.ByteArrayImageOutputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int) - Method in class org.monte.media.io.FilterImageInputStream
 
read(byte[], int, int) - Method in class org.monte.media.io.ImageInputStreamAdapter
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class org.monte.media.io.SubImageInputStream
 
read(byte[], int, int) - Method in class org.monte.media.io.SubImageOutputStream
 
read(byte[], int, int) - Method in class org.monte.media.io.UncachedImageInputStream
 
read(byte[], int, int) - Method in class org.monte.media.jfif.JFIFInputStream
Reads up to len b of data from this input stream into an array of b.
read(byte[], int, int) - Method in class org.monte.media.mp3.MP3AudioInputStream
Reads some number of bytes from the audio input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class org.monte.media.mp3.MP3ElementaryInputStream
Reads up to len bytes from the current frame (its header and its data).
read(byte[], int, int) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Reads a sequence of bytes.
read(byte[], int, int) - Method in class org.monte.media.tiff.TIFFInputStream
 
read(int, BufferedImage) - Method in class org.monte.media.avi.AVIReader
Reads an image.
read(int, BufferedImage) - Method in class org.monte.media.quicktime.QuickTimeReader
Reads an image.
read(int, ImageReadParam) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
read(int, ImageReadParam) - Method in class org.monte.media.mjpg.MJPGImageReader
 
read(int, ImageReadParam) - Method in class org.monte.media.mpo.MPOImageReader
 
read(int, ImageReadParam) - Method in class org.monte.media.pgm.PGMImageReader
 
read(int, Buffer) - Method in interface org.monte.media.av.MovieReader
Reads the next sample chunk from the specified track.
read(int, Buffer) - Method in class org.monte.media.avi.AVIReader
Reads a chunk of media data from the specified track.
read(int, Buffer) - Method in class org.monte.media.quicktime.QuickTimeReader
 
read(long, byte[], int, int) - Method in class org.monte.media.tiff.TIFFInputStream
 
read(URI) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
 
read(ImageInputStream) - Method in class org.monte.media.quicktime.QuickTimeDeserializer
 
read(ImageInputStream, boolean, boolean, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
read(Buffer) - Method in interface org.monte.media.av.Track
Reads a sample from the input stream.
read(Buffer) - Method in class org.monte.media.imgseq.ImageSequenceTrack
 
readAllMetadata() - Method in class org.monte.media.avi.AVIInputStream
Reads all metadata of the file.
readAnimatedImage(int) - Method in interface org.monte.media.image.AnimatedImageReader
Reads an animated image.
readASCII(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads an ASCII (8-bit byte that contains a 7-bit ASCII code; the last byte must be NUL (binary zero).
readAVIstrdChunk(byte[]) - Method in class org.monte.media.exif.EXIFReader
Reads the Exif metadata from an AVI RIFF file.
readByte() - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readData(TIFFInputStream) - Method in class org.monte.media.tiff.IFDEntry
Reads value data with ifdDataOffset=0
readData(TIFFInputStream, long) - Method in class org.monte.media.tiff.IFDEntry
Reads value data with the specified ifdDataOffset.
readFixed16D16() - Method in class org.monte.media.quicktime.DataAtomInputStream
Reads 32-bit fixed-point number divided as 16.16.
readFixed16D16() - Method in class org.monte.media.quicktime.QTFFImageInputStream
Reads 32-bit fixed-point number divided as 16.16.
readFixed2D30() - Method in class org.monte.media.quicktime.DataAtomInputStream
Reads 32-bit fixed-point number divided as 2.30.
readFixed2D30() - Method in class org.monte.media.quicktime.QTFFImageInputStream
Reads 32-bit fixed-point number divided as 2.30.
readFixed8D8() - Method in class org.monte.media.quicktime.DataAtomInputStream
Reads 16-bit fixed-point number divided as 8.8.
readFixed8D8() - Method in class org.monte.media.quicktime.QTFFImageInputStream
Reads 16-bit fixed-point number divided as 8.8.
readFourCC() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Read 4 bytes from the input stream and interpret them as a four byte character code.
readFourCCString() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Read 4 bytes from the input stream and interpret them as a four byte character code.
readFully(byte[]) - Method in class org.monte.media.mp3.MP3ElementaryInputStream
Reads b.length bytes from the current frame (its header and its data).
readFully(byte[]) - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readFully(byte[], int, int) - Method in class org.monte.media.mp3.MP3ElementaryInputStream
Reads len bytes from the current frame (its header and its data).
readFully(byte[], int, int) - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readFully(byte[], int, int) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Reads a sequence of bytes.
readIFD(long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads the IFD at the specified offset.
readIFD(long, boolean, boolean) - Method in class org.monte.media.tiff.TIFFInputStream
Reads the IFD at the specified offset.
readImageFromCMYK(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
Reads a CMYK JPEG image from the provided InputStream, converting the colors to RGB using the provided CMYK ICC_Profile.
readImageFromInvertedCMYK(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
Reads a RGBA JPEG image from the provided InputStream, converting the colors to RGBA using the provided RGBA ICC_Profile.
readImageFromInvertedYCCK(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
Reads an inverted-YCCK JPEG image from the provided InputStream, converting the colors to RGB using the provided CMYK ICC_Profile.
readImageFromRGB(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
readImageFromYCC(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
readImageFromYCCK(InputStream, ICC_Profile) - Static method in class org.monte.media.jpeg.CMYKJPEGImageReader
Reads a YCCK JPEG image from the provided InputStream, converting the colors to RGB using the provided CMYK ICC_Profile.
readIndex - Variable in class org.monte.media.avi.AbstractAVIStream.Track
The current chunk index of the reader.
readIndex - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
 
readInt() - Method in class org.monte.media.io.ImageInputStreamImpl2
 
readInt() - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readInt24LE(ByteBuffer) - Static method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
 
readInt24LE(ImageInputStream) - Method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
 
readInts24LE(ByteBuffer, int[], int, int) - Static method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
 
readInts24LE(ImageInputStream, int[], int, int) - Method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
 
readKey24(byte[], int, int, BufferedImage) - Method in class org.monte.media.avi.codec.video.DIBCodec
 
readKey4(byte[], int, int, BufferedImage) - Method in class org.monte.media.avi.codec.video.DIBCodec
 
readKey8(byte[], int, int, BufferedImage) - Method in class org.monte.media.avi.codec.video.DIBCodec
 
readLong() - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readLONG() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Read 4 bytes from the input stream and interpret them as a 32 Bit signed LONG value.
readLONG(long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads a LONG (32-bit (4-byte) unsigned integer).
readLONG(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads the specified number of LONGs (32-bit (4-byte) unsigned integer).
readMacTimestamp() - Method in class org.monte.media.quicktime.DataAtomInputStream
Reads a 32-bit Mac timestamp (seconds since 1902).
readMacTimestamp() - Method in class org.monte.media.quicktime.QTFFImageInputStream
Reads a 32-bit Mac timestamp (seconds since 1902).
readPString() - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readPString() - Method in class org.monte.media.quicktime.QTFFImageInputStream
 
readPString(int) - Method in class org.monte.media.quicktime.DataAtomInputStream
Reads a Pascal String which is padded to a fixed size.
readPString(int) - Method in class org.monte.media.quicktime.QTFFImageInputStream
Reads a Pascal String which is padded to a fixed size.
readRATIONAL(long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads a RATIONAL number at the specified offset.
readRATIONAL(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads the specified number of RATIONALs at the specified offset.
readRGB555to24(ByteBuffer) - Static method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
 
readRGB555to24(ImageInputStream) - Method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
Reads 15-bit RGB and converts it to 24-bit RGB BE.
readRGB565to24(ByteBuffer) - Method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
Reads 16-bit RGB and converts it to 24-bit RGB.
readRGBs555to24(ByteBuffer, int[], int, int) - Static method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
---
readRGBs555to24(ImageInputStream, int[], int, int) - Static method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
Reads 16-bit RGB and converts it to 24-bit RGB BE.
readRGBs565to24(ByteBuffer, int[], int, int) - Static method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
Reads 16-bit RGB and converts it to 24-bit RGB.
readShort() - Method in class org.monte.media.io.ImageInputStreamImpl2
 
readShort() - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readSHORT(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads the specified number of SHORTs (16-bit (2-byte) unsigned integer).
readSLONG(long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads a SLONG (32-bit (4-byte) signed integer).
readSLONG(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads the specified number of SLONGs (32-bit (4-byte) signed integer).
readSRATIONAL(long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads a RATIONAL number at the specified offset.
readSRATIONAL(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads the specified number of RATIONALs at the specified offset.
readSSHORT(long, long) - Method in class org.monte.media.tiff.TIFFInputStream
Reads the specified number of SSHORTs (16-bit (2-byte) signed integer).
readType() - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readType() - Method in class org.monte.media.quicktime.QTFFImageInputStream
 
readUByte() - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readUBYTE() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Read 1 byte from the input stream and interpret them as an 8 Bit unsigned UBYTE value.
readUInt() - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readULONG() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Read 4 Bytes from the input Stream and interpret them as an unsigned Integer value of type ULONG.
readUnsignedBCD2() - Method in class org.monte.media.quicktime.QTFFImageInputStream
 
readUnsignedBCD4() - Method in class org.monte.media.quicktime.QTFFImageInputStream
 
readUShort() - Method in class org.monte.media.quicktime.DataAtomInputStream
 
readUWORD() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Read 2 bytes from the input stream and interpret them as a 16 Bit unsigned UWORD value.
readWORD() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Read 2 bytes from the input stream and interpret them as a 16 Bit signed WORD value.
REALIZED - Enum constant in enum class org.monte.media.quicktime.AbstractQuickTimeStream.States
 
REC_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
RecommendedExposureIndex - Static variable in class org.monte.media.exif.EXIFTagSet
 
referenceFlags - Variable in class org.monte.media.quicktime.QuickTimeMeta.DataReference
// Enumeration for reference flags set { DataRefSelfReference = 0x1, // data is in same file } TrackHeaderFlags;
referenceType - Variable in class org.monte.media.quicktime.QuickTimeMeta.DataReference
Reference type.
Registry - Class in org.monte.media.av
The Registry for audio and video codecs.
Registry() - Constructor for class org.monte.media.av.Registry
 
RelatedSoundFile - Static variable in class org.monte.media.exif.EXIFTagSet
 
remove() - Method in class org.monte.media.util.EnumerationIterator
Throws always UnsupportedOperationException.
remove(T) - Method in class org.monte.media.tree.TreeNode
 
removeAllChildren() - Method in class org.monte.media.tree.TreeNode
 
removeChangeListener(ChangeListener) - Method in class org.monte.media.beans.AbstractStateModel
 
removeChangeListener(ChangeListener) - Method in class org.monte.media.io.BoundedRangeInputStream
Removes a ChangeListener.
removeFromParent() - Method in class org.monte.media.tiff.TIFFNode
 
removeFromSource(PropertyChangeEvent) - Method in class org.monte.media.beans.WeakPropertyChangeListener
Method that can be subclassed to provide additional remove support.
removeKeys(FormatKey<?>...) - Method in class org.monte.media.av.Format
Creates a new format without the specified keys.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.monte.media.av.Movie
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.monte.media.beans.AbstractBean
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.monte.media.beans.AbstractBean
 
replaces(Interpolator) - Method in class org.monte.media.av.Interpolator
Returns true, if this interpolator replaces interpolations by that interpolator.
reportElapsedTime() - Method in class org.monte.media.av.CodecChain
 
reset() - Method in class org.monte.media.av.AbstractCodec
Empty implementation of the reset method.
reset() - Method in interface org.monte.media.av.Codec
Resets the state of the codec.
reset() - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
Resets all values.
reset() - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
reset() - Method in class org.monte.media.av.codec.video.FFRtoVFRConverter
 
reset() - Method in class org.monte.media.av.codec.video.FrameRateConverter
 
reset() - Method in class org.monte.media.av.codec.video.TechSmithCodec
 
reset() - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
 
reset() - Method in class org.monte.media.av.CodecChain
 
reset() - Method in class org.monte.media.avi.codec.video.RunLengthCodec
 
reset() - Method in class org.monte.media.exif.DefaultIIOMetadata
 
reset() - Method in class org.monte.media.io.BoundedRangeInputStream
Overrides FilterInputStream.reset to reset the progress monitor as well as the stream.
reset() - Method in class org.monte.media.io.ImageInputStreamAdapter
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class org.monte.media.io.SeekableByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class org.monte.media.jfif.JFIFInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class org.monte.media.mp3.MP3AudioInputStream
 
reset() - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
 
reset() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Repositions the stream at the previously marked position.
resetSyntax() - Method in class org.monte.media.io.StreamPosTokenizer
Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
reverseBits(int) - Static method in class org.monte.media.math.IntMath
Reverses all 32 bits of the provided integer value.
reverseBits(int, int) - Static method in class org.monte.media.math.IntMath
Reverses specified number of bits of the provided integer value.
RGB - Enum constant in enum class org.monte.media.av.codec.video.VideoFormatKeys.PixelFormat
 
RGB - Static variable in class org.monte.media.image.CMYKImages
 
rgb12to24(int) - Static method in class org.monte.media.color.BitDepthConverters
Convert 12-bit RGB 444 to 24-bit RGB 888.
rgb15to24(int) - Static method in class org.monte.media.color.BitDepthConverters
Convert 15-bit RGB 555 to 24-bit RGB 888.
rgb16to24(int) - Static method in class org.monte.media.color.BitDepthConverters
Convert 16-bit RGB 565 to 24-bit RGB 888.
rgb24to12(int) - Static method in class org.monte.media.color.BitDepthConverters
Convert 24-bit RGB 888 to 12-bit RGB 444.
rgb24to15(int) - Static method in class org.monte.media.color.BitDepthConverters
Convert 24-bit RGB 888 to 15-bit RGB 555.
rgb24to16(int) - Static method in class org.monte.media.color.BitDepthConverters
Convert 24-bit RGB 888 to 16-bit RGB 565.
rgb24to6(int) - Static method in class org.monte.media.color.BitDepthConverters
Convert 24-bit RGB 888 to 6-bit RGB 222.
rgb6to24(int) - Static method in class org.monte.media.color.BitDepthConverters
Convert 6-bit RGB 222 to 24-bit RGB 888.
RGBtoYCC(float[], float[]) - Static method in class org.monte.media.color.ColorModels
RGB in the range [0,1] to YCC in the range Y=[0,1], Cb=[-0.5,0.5], Cr=[-0.5,0.5]
RGBtoYCC(int[], int[]) - Static method in class org.monte.media.color.ColorModels
RGB 8-bit per channel to YCC 16-bit per channel.
RGBtoYCC(int, int[]) - Static method in class org.monte.media.color.ColorModels
RGB 8-bit per channel to YCC 16-bit per channel.
RGBtoYIQ(float[], float[]) - Static method in class org.monte.media.color.ColorModels
RGB in the range [0,1] to YIQ in the range Y in [0,1], I in [-0.5957,0.5957], Q in [-0.5226,0.5226].
RGBtoYUV(float[], float[]) - Static method in class org.monte.media.color.ColorModels
RGB in the range [0,1] to YUV in the range Y=[0,1], U=[-0.5,0.5], V=[-0.5,0.5]
RIFF_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
Chunk IDs.
RIFF_ID - Static variable in class org.monte.media.riff.RIFFParser
ID for FormGroupExpression.
RIFFChunk - Class in org.monte.media.riff
RIFF Chunks form the building blocks of a RIFF file.
RIFFChunk(int, int) - Constructor for class org.monte.media.riff.RIFFChunk
 
RIFFChunk(int, int, long, long) - Constructor for class org.monte.media.riff.RIFFChunk
 
RIFFChunk(int, int, long, long, RIFFChunk) - Constructor for class org.monte.media.riff.RIFFChunk
 
RIFFParser - Class in org.monte.media.riff
Interprets Resource Interchange File Format (RIFF) streams.
RIFFParser() - Constructor for class org.monte.media.riff.RIFFParser
Constructs a new RIFF parser.
RIFFPrimitivesInputStream - Class in org.monte.media.riff
A RIFF primitives input stream lets an application read primitive data types in the Microsoft Resource Interfache File Format (RIFF) format from an underlying input stream.
RIFFPrimitivesInputStream(InputStream) - Constructor for class org.monte.media.riff.RIFFPrimitivesInputStream
Creates a new instance.
RIFFVisitor - Interface in org.monte.media.riff
RIFFVIsitor is notified each time the RIFFParser visits a data chunk and when a group is entered or leaved.
round(long) - Method in class org.monte.media.math.Rational
 
RST0_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
RST0_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
RST1_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
RST1_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
RST2_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
RST2_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
RST3_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
RST3_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
RST4_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
RST4_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
RST5_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
RST5_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
RST6_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
RST6_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
RST7_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
RST7_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
RunLengthCodec - Class in org.monte.media.avi.codec.video
RunLengthCodec encodes a BufferedImage as a byte[] array.
RunLengthCodec() - Constructor for class org.monte.media.avi.codec.video.RunLengthCodec
 
RunLengthCodecSpi - Class in org.monte.media.avi.codec.video
RunLengthCodecSpi.
RunLengthCodecSpi() - Constructor for class org.monte.media.avi.codec.video.RunLengthCodecSpi
 

S

SAME_DATA - Enum constant in enum class org.monte.media.av.BufferFlag
Indicates that this buffer is known to have the same data as the previous buffer.
Sample(int, int, long, long, boolean) - Constructor for class org.monte.media.avi.AbstractAVIStream.Sample
Creates a new sample.
Sample(long, long, long) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Sample
Creates a new sample.
sampleCount - Variable in class org.monte.media.av.Buffer
The number of samples in the data field.
sampleCount - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
 
sampleCount - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
The number of samples in this track.
sampleCount - Variable in class org.monte.media.quicktime.QuickTimeMeta.Group
 
sampleCount - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
The number of samples in this track.
SampleDescription() - Constructor for class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
sampleDescriptionId - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
 
sampleDescriptionId - Variable in class org.monte.media.quicktime.QuickTimeMeta.Chunk
 
sampleDuration - Variable in class org.monte.media.av.Buffer
Duration of a sample in seconds.
SampleFormatKey - Static variable in class org.monte.media.av.FormatKeys
The format of the samples of the media.
SampleRateKey - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
The number of frames per second.
samples - Variable in class org.monte.media.avi.AbstractAVIStream.Track
List of samples.
SampleSizeGroup(AbstractQuickTimeStream.Group) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
 
SampleSizeGroup(AbstractQuickTimeStream.Sample) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
 
SampleSizeGroup(QuickTimeMeta.Group) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.SampleSizeGroup
 
SampleSizeGroup(QuickTimeMeta.MediaSample) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.SampleSizeGroup
 
SampleSizeGroup(QuickTimeMeta.MediaSample, QuickTimeMeta.MediaSample, long) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.SampleSizeGroup
 
SampleSizeInBitsKey - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
The sample size in bits.
sampleSizes - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
List of SampleSize entries.
sampleSizes - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
List of SampleSize entries.
SamplesPerPixel - Static variable in class org.monte.media.tiff.BaselineTagSet
 
samplesPerSec - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Sample rate, in samples per second (hertz).
samplesToChunks - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
List of SampleToChunk entries.
SampleToChunk() - Constructor for class org.monte.media.quicktime.QuickTimeMeta.SampleToChunk
 
sampleToTime(int, long) - Method in class org.monte.media.av.DefaultMovie
 
sampleToTime(int, long) - Method in interface org.monte.media.av.Movie
 
sampleToTime(int, long) - Method in interface org.monte.media.av.MovieReader
Returns the time for the specified sample number.
sampleToTime(int, long) - Method in class org.monte.media.avi.AVIMovie
 
sampleToTime(int, long) - Method in class org.monte.media.avi.AVIReader
 
sampleToTime(int, long) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
sampleToTime(int, long) - Method in class org.monte.media.quicktime.QuickTimeReader
 
saturation - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Saturation adjustment in the range [0,1].
Saturation - Static variable in class org.monte.media.exif.EXIFTagSet
 
SATURATION_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Saturation adjustment in the range [0,1].
SBYTE - Enum constant in enum class org.monte.media.tiff.IFDDataType
An 8-bit signed (twos-complement) integer.
SBYTE_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
scale - Variable in class org.monte.media.avi.AbstractAVIStream.Track
Used with rate to specify the time scale that this stream will use.
ScaleImageCodec - Class in org.monte.media.av.codec.video
Scales a buffered image.
ScaleImageCodec() - Constructor for class org.monte.media.av.codec.video.ScaleImageCodec
 
SceneCaptureType - Static variable in class org.monte.media.exif.EXIFTagSet
 
SceneType - Static variable in class org.monte.media.exif.EXIFTagSet
 
scm(int, int) - Static method in class org.monte.media.math.IntMath
Returns an int whose value is the smallest common multiple of abs(a) and abs(b).
scm(long, long) - Static method in class org.monte.media.math.IntMath
Returns an int whose value is the smallest common multiple of abs(a) and abs(b).
scm(BigInteger, BigInteger) - Static method in class org.monte.media.math.IntMath
Returns an int whose value is the smallest common multiple of abs(a) and abs(b).
seek(long) - Method in class org.monte.media.io.ByteArrayImageInputStream
 
seek(long) - Method in class org.monte.media.io.ByteArrayImageOutputStream
 
seek(long) - Method in class org.monte.media.io.FilterImageInputStream
 
seek(long) - Method in class org.monte.media.io.SeekableByteArrayOutputStream
Sets the current stream position to the desired location.
seek(long) - Method in class org.monte.media.io.SubImageInputStream
 
seek(long) - Method in class org.monte.media.io.SubImageOutputStream
 
seek(long) - Method in class org.monte.media.io.UncachedImageInputStream
 
seek(long) - Method in class org.monte.media.jfif.JFIFOutputStream
Seeks relative to the beginning of the IFF output stream.
seek(long) - Method in class org.monte.media.tiff.TIFFOutputStream
 
SeekableByteArrayOutputStream - Class in org.monte.media.io
SeekableByteArrayOutputStream.
SeekableByteArrayOutputStream() - Constructor for class org.monte.media.io.SeekableByteArrayOutputStream
Creates a new byte array output stream.
SeekableByteArrayOutputStream(byte[]) - Constructor for class org.monte.media.io.SeekableByteArrayOutputStream
Creates a new byte array output stream, which reuses the supplied buffer.
SeekableByteArrayOutputStream(int) - Constructor for class org.monte.media.io.SeekableByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
seekRelative(long) - Method in class org.monte.media.avi.AbstractAVIStream
Seeks relative to the beginning of the AVI stream.
seekRelative(long) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
Seeks relative to the beginning of the QuickTime stream.
seekToEndOfChunk() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
 
seekToStartOfData() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
 
Segment(int, long, int) - Constructor for class org.monte.media.jfif.JFIFInputStream.Segment
 
SELECTION_END_PROPERTY - Static variable in interface org.monte.media.av.Movie
 
SELECTION_START_PROPERTY - Static variable in interface org.monte.media.av.Movie
 
selectionDuration - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The duration of the current selection in movie time scale units.
selectionDuration - Variable in class org.monte.media.quicktime.QuickTimeMeta
The duration of the current selection in movie time scale units.
selectionTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The time value for the start time of the current selection.
selectionTime - Variable in class org.monte.media.quicktime.QuickTimeMeta
The time value for the start time of the current selection.
SensingMethod - Static variable in class org.monte.media.exif.EXIFTagSet
 
SensitivityType - Static variable in class org.monte.media.exif.EXIFTagSet
The SensitivityType tag indicates PhotographicSensitivity tag.
sequenceNumber - Variable in class org.monte.media.av.Buffer
Sequence number of the buffer.
SequentialDispatcher - Class in org.monte.media.concurrent
Processes Runnable objects sequentially on a processor thread.
SequentialDispatcher() - Constructor for class org.monte.media.concurrent.SequentialDispatcher
Creates new SequentialDispatcher which processes Runnable objects at java.lang.Thread.NORM_PRIORITY.
SequentialDispatcher(int) - Constructor for class org.monte.media.concurrent.SequentialDispatcher
Creates a new SequentialDispatcher which processes Runnable Objects at the desired thread priority.
serial() - Method in class org.monte.media.util.stream.RangeStream
Converts this stream back to a serial stream.
SerialNumber - Static variable in class org.monte.media.exif.FujifilmMakerNoteTagSet
 
serialVersionUID - Static variable in class org.monte.media.av.FormatKey
 
serialVersionUID - Static variable in exception class org.monte.media.exception.AbortException
 
serialVersionUID - Static variable in exception class org.monte.media.exception.ParseException
 
serialVersionUID - Static variable in class org.monte.media.math.Rational
 
setBlackPoint(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setBlackPoint(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setBrightness(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setBrightness(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setBuffer(byte[], int, int) - Method in class org.monte.media.io.AppendableByteArrayInputStream
Sets the buffer and resets the stream.
setByteOrder(ByteOrder) - Method in class org.monte.media.tiff.TIFFInputStream
 
setByteOrder(ByteOrder) - Method in class org.monte.media.tiff.TIFFOutputStream
 
setCoalesce(boolean) - Method in class org.monte.media.concurrent.EventLoop
Sets whether the EventLoop coalesces multiple pending events.
setCodec(int, Codec) - Method in class org.monte.media.avi.AVIWriter
Sets the codec for the specified track.
setCodec(int, Codec) - Method in class org.monte.media.quicktime.QuickTimeWriter
Sets the codec for the specified track.
setColorModel(ColorModel) - Method in class org.monte.media.image.BufferedImageWithColorModel
 
setCompressionQuality(int, float) - Method in class org.monte.media.avi.AVIOutputStream
Sets the compression quality of a track.
setCompressionQuality(int, float) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the compression quality of a track.
setCompressionQuality(int, float) - Method in class org.monte.media.quicktime.QuickTimeWriter
Sets the compression quality of a track.
setContrast(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setContrast(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setCreationTime(Date) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setCreationTime(Date) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the creation time of the movie.
setCurrentTime(long) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setCurrentTime(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the time value for current time position within the movie.
setData(byte[]) - Method in class org.monte.media.riff.RIFFChunk
Sets the data.
setData(Object) - Method in class org.monte.media.tiff.TIFFField
 
setDataTo(Buffer) - Method in class org.monte.media.av.Buffer
Sets data, offset, length and header of this buffer to that buffer.
setDefaultIccProfile(ICC_Profile) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
setDefinition(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setDefinition(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setDenoise(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setDenoise(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setEditList(int, AbstractQuickTimeStream.Edit[]) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the edit list for the specified track.
setEditList(int, AbstractQuickTimeStream.Edit[]) - Method in class org.monte.media.quicktime.QuickTimeWriter
Sets the edit list for the specified track.
setEnabled(boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
setEnabled(boolean) - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
setEndTime(Rational) - Method in class org.monte.media.av.codec.time.TrimTimeCodec
Sets the end time of the buffers.
setExposure(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setExposure(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setExtent(int) - Method in class org.monte.media.io.BoundedRangeInputStream
Ignored: The extent is always zero.
setFileDuration(long) - Method in class org.monte.media.imgseq.ImageSequenceTrack
 
setFirstIFDOffset(long) - Method in class org.monte.media.tiff.TIFFOutputStream
 
setFirstImageOnly(boolean) - Method in class org.monte.media.exif.EXIFReader
 
setFlag(BufferFlag) - Method in class org.monte.media.av.Buffer
Convenience method for setting a flag.
setFlag(BufferFlag, boolean) - Method in class org.monte.media.av.Buffer
Sets or clears the specified flag.
setFlagsTo(EnumSet<BufferFlag>) - Method in class org.monte.media.av.Buffer
Clears all flags, and then sets the specified flag.
setFlagsTo(BufferFlag...) - Method in class org.monte.media.av.Buffer
Clears all flags, and then sets the specified flag.
setHighlights(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setHighlights(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setIFDOffset(long) - Method in class org.monte.media.tiff.IFDEntry
 
setIgnoreIccProfile(boolean) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
setIncludeContainerMetadata(boolean) - Method in class org.monte.media.exif.EXIFReader
 
setInMovie(boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
setInMovie(boolean) - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
setInPoster(boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
setInPoster(boolean) - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
setInPreview(boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
setInPreview(boolean) - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
setInputFormat(Format) - Method in class org.monte.media.av.AbstractCodec
 
setInputFormat(Format) - Method in interface org.monte.media.av.Codec
Sets the input format.
setInputFormat(Format) - Method in class org.monte.media.av.codec.time.AdjustTimeCodec
 
setInputFormat(Format) - Method in class org.monte.media.av.codec.time.PassThroughCodec
 
setInputFormat(Format) - Method in class org.monte.media.av.codec.time.TrimTimeCodec
 
setInputFormat(Format) - Method in class org.monte.media.av.codec.video.ColorAdjustCodec
 
setInputFormat(Format) - Method in class org.monte.media.av.CodecChain
 
setInsertionPoint(Rational) - Method in class org.monte.media.av.AbstractMovie
 
setInsertionPoint(Rational) - Method in interface org.monte.media.av.Movie
Sets the position of the insertion point in seconds.
setInsertionPoint(Rational) - Method in class org.monte.media.avi.AVIMovie
 
setIntBE(byte[], int, int) - Static method in class org.monte.media.io.ByteArray
Writes an int in big endian order at the specified array offset.
setInterpolationRenderingHint(Object) - Method in class org.monte.media.av.codec.video.ScaleImageCodec
 
setIntLE(byte[], int, int) - Static method in class org.monte.media.io.ByteArray
Writes an int in little endian order at the specified array offset.
setInvertColors(boolean) - Method in class org.monte.media.jpeg.CMYKJPEGImageReader
 
setLongBE(byte[], int, long) - Static method in class org.monte.media.io.ByteArray
Writes a long in big endian order at the specified array offset.
setLongLE(byte[], int, long) - Static method in class org.monte.media.io.ByteArray
Writes a long in little endian order at the specified array offset.
setMaximum(int) - Method in class org.monte.media.io.BoundedRangeInputStream
Ignored: The maximum of an input stream can not be changed.
setMediaTime(Rational) - Method in class org.monte.media.av.codec.time.AdjustTimeCodec
 
setMetaTo(Buffer) - Method in class org.monte.media.av.Buffer
Sets all variables of this buffer to that buffer except for data, offset, length and header.
setMidPoint(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setMidPoint(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setMinimum(int) - Method in class org.monte.media.io.BoundedRangeInputStream
Ignored: The minimum of an input stream is always zero.
setModel(ColorAdjustModel) - Method in class org.monte.media.av.codec.video.ColorAdjustCodec
 
setModificationTime(Date) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setModificationTime(Date) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the modification time of the movie.
setMovieReadTime(Rational) - Method in interface org.monte.media.av.MovieReader
Sets the read time of all tracks to the closest sync sample before or at the specified time.
setMovieReadTime(Rational) - Method in class org.monte.media.avi.AVIReader
 
setMovieReadTime(Rational) - Method in class org.monte.media.quicktime.QuickTimeReader
 
setMovieTimeScale(long) - Method in class org.monte.media.quicktime.QuickTimeMultiplexer
Sets the time scale for this movie, that is, the number of time units that pass per second in its time coordinate system.
setMovieTimeScale(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the time scale for this movie, that is, the number of time units that pass per second in its time coordinate system.
setMovieTimeScale(long) - Method in class org.monte.media.quicktime.QuickTimeWriter
Sets the time scale for this movie, that is, the number of time units that pass per second in its time coordinate system.
setMovieTransformationMatrix(double[]) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the transformation matrix of the entire movie.
setName(int, String) - Method in class org.monte.media.avi.AVIOutputStream
 
setNextTrackId(long) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setOutputFormat(Format) - Method in class org.monte.media.av.AbstractCodec
 
setOutputFormat(Format) - Method in interface org.monte.media.av.Codec
Sets the output format.
setOutputFormat(Format) - Method in class org.monte.media.av.codec.video.ColorAdjustCodec
 
setOutputFormat(Format) - Method in class org.monte.media.av.codec.video.FFRtoVFRConverter
 
setOutputFormat(Format) - Method in class org.monte.media.av.codec.video.FrameRateConverter
 
setOutputFormat(Format) - Method in class org.monte.media.av.codec.video.JPEGCodec
 
setOutputFormat(Format) - Method in class org.monte.media.av.codec.video.PNGCodec
 
setOutputFormat(Format) - Method in class org.monte.media.av.codec.video.ScaleImageCodec
 
setOutputFormat(Format) - Method in class org.monte.media.av.codec.video.TechSmithCodec
 
setOutputFormat(Format) - Method in class org.monte.media.av.CodecChain
 
setOutputFormat(Format) - Method in class org.monte.media.avi.codec.video.DIBCodec
 
setOutputFormat(Format) - Method in class org.monte.media.avi.codec.video.RunLengthCodec
 
setOutputFormat(Format) - Method in class org.monte.media.avi.codec.video.ZMBVCodec
 
setOutputFormat(Format) - Method in class org.monte.media.quicktime.codec.video.AnimationCodec
 
setOutputFormat(Format) - Method in class org.monte.media.quicktime.codec.video.RawCodec
 
setPalette(byte[], byte[], byte[]) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
 
setPalette(int[]) - Method in class org.monte.media.av.codec.video.TechSmithCodecCore
 
setPalette(int, ColorModel) - Method in class org.monte.media.avi.AVIOutputStream
Sets the global color palette.
setPalette(int, ColorModel) - Method in class org.monte.media.avi.AVIWriter
 
setParent(T) - Method in class org.monte.media.tree.TreeNode
 
setParserMessage(String) - Method in class org.monte.media.riff.RIFFChunk
 
setPosition(long) - Method in interface org.monte.media.av.Track
Sets the read position.
setPosition(long) - Method in class org.monte.media.imgseq.ImageSequenceTrack
 
setPosterTime(long) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setPosterTime(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the time value of the time of the movie poster.
setPreferredRate(double) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setPreferredRate(double) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the preferred rate at which to play this movie.
setPreferredVolume(double) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setPreferredVolume(double) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the preferred volume of this movie’s sound.
setPreviewDuration(long) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setPreviewDuration(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Gets the duration of the movie preview in movie time scale units.
setPreviewTime(long) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setPreviewTime(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
The time value in the movie at which the preview begins.
setRangeProperties(int, int, int, int, boolean) - Method in class org.monte.media.io.BoundedRangeInputStream
Ignored: All values depend on the input stream.
setReadData(boolean) - Method in class org.monte.media.riff.RIFFParser
 
setReader(Reader) - Method in class org.monte.media.io.StreamPosTokenizer
Sets the reader for the tokenizer.
setReader(MovieReader) - Method in class org.monte.media.av.DefaultMovie
 
setSaturation(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setSaturation(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setSelectionDuration(long) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setSelectionDuration(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
The duration of the current selection in movie time scale units.
setSelectionEnd(Rational) - Method in class org.monte.media.av.AbstractMovie
 
setSelectionEnd(Rational) - Method in interface org.monte.media.av.Movie
Sets the position of the out point in seconds.
setSelectionEnd(Rational) - Method in class org.monte.media.avi.AVIMovie
 
setSelectionStart(Rational) - Method in class org.monte.media.av.AbstractMovie
 
setSelectionStart(Rational) - Method in interface org.monte.media.av.Movie
Sets the position of the in point in seconds.
setSelectionStart(Rational) - Method in class org.monte.media.avi.AVIMovie
 
setSelectionTime(long) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setSelectionTime(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
The time value for the start time of the current selection.
setShadows(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setShadows(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setSharpness(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setSharpness(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setShortBE(byte[], int, short) - Static method in class org.monte.media.io.ByteArray
Writes a short in big endian order at the specified array offset.
setShortLE(byte[], int, short) - Static method in class org.monte.media.io.ByteArray
Writes a short in little endian order at the specified array offset.
setSlashSlashToken(String) - Method in class org.monte.media.io.StreamPosTokenizer
Sets the slash slash token.
setSlashStarTokens(String, String) - Method in class org.monte.media.io.StreamPosTokenizer
Sets the slash star and star slash tokens.
setStartPosition(int) - Method in class org.monte.media.io.StreamPosTokenizer
Set the start position of the current token.
setStartTime(Rational) - Method in class org.monte.media.av.codec.time.TrimTimeCodec
Sets the start time of the buffers.
setStreamOffset(long) - Method in class org.monte.media.riff.RIFFParser
 
setSyncInterval(int, int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the sync interval for the specified video track.
setSyncInterval(int, int) - Method in class org.monte.media.quicktime.QuickTimeWriter
Sets the sync interval for the specified video track.
setTemperature(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setTemperature(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setTimeScale(long) - Method in class org.monte.media.imgseq.ImageSequenceTrack
 
setTimeScale(long) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
setTimespan(long) - Method in class org.monte.media.av.Interpolator
 
setTint(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setTint(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setTo(ColorAdjustModel) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setTo(ColorAdjustModel) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setTrackEnabled(int, boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
 
setTrackInMovie(int, boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
 
setTrackInPoster(int, boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
 
setTrackInPreview(int, boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream
 
setTransformationMatrix(int, double[]) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the transformation matrix of the specified track.
setURI(URI) - Method in class org.monte.media.av.AbstractMovie
 
setValue(int) - Method in class org.monte.media.io.BoundedRangeInputStream
Ignored: The value is always zero.
SetValueFormatter - Class in org.monte.media.tiff
Formats integer values as a set.
SetValueFormatter(Object...) - Constructor for class org.monte.media.tiff.SetValueFormatter
Creates a new enumeration.
setValueIsAdjusting(boolean) - Method in class org.monte.media.io.BoundedRangeInputStream
This attribute indicates that any upcoming changes to the value of the model should be considered a single event.
setVideoColorTable(int, ColorModel) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Sets the color table for videos with indexed color models.
setVideoColorTable(int, ColorModel) - Method in class org.monte.media.quicktime.QuickTimeWriter
Sets the color table for videos with indexed color models.
setWhiteBalanceQM(float[]) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setWhiteBalanceQM(float[]) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setWhiteBalanceQMEnabled(boolean) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setWhiteBalanceQMEnabled(boolean) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setWhiteBalanceTTEnabled(boolean) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setWhiteBalanceTTEnabled(boolean) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
 
setWhitePoint(float) - Method in interface org.monte.media.av.codec.video.ColorAdjustModel
 
setWhitePoint(float) - Method in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Set the value of whitePoint
shadows - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Shadows adjustment in the range [0,1].
SHADOWS_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Shadows adjustment in the range [0,1].
sharpness - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Sharpness adjustment in the range [0,1].
Sharpness - Static variable in class org.monte.media.exif.EXIFTagSet
 
SHARPNESS_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Sharpness adjustment in the range [0,1].
SHORT - Enum constant in enum class org.monte.media.tiff.IFDDataType
16-bit (2-byte) unsigned integer.
SHORT_MASK - Static variable in class org.monte.media.tiff.TIFFTag
int16u
ShutterSpeedValue - Static variable in class org.monte.media.exif.EXIFTagSet
 
SignedKey - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
Whether values are signed.
SilenceBugKey - Static variable in class org.monte.media.av.codec.audio.AudioFormatKeys
Whether silence is encoded as -128 instead of 0.
size - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
Width and height of the movie.
size() - Method in class org.monte.media.avi.AbstractAVIStream.Chunk
Returns the size of the chunk including the size of the chunk header.
size() - Method in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
 
size() - Method in class org.monte.media.avi.AbstractAVIStream.DataChunk
 
size() - Method in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
 
size() - Method in class org.monte.media.avi.DataChunkOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
size() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Atom
Returns the size of the atom including the size of the atom header.
size() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
 
size() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
 
size() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
 
size() - Method in class org.monte.media.quicktime.DataAtomOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
skip(long) - Method in class org.monte.media.io.BoundedRangeInputStream
Overrides FilterInputStream.skip to update the value after the skip.
skip(long) - Method in class org.monte.media.io.ByteArrayImageInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class org.monte.media.io.ByteArrayImageOutputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class org.monte.media.io.ImageInputStreamAdapter
skip(long) - Method in class org.monte.media.jfif.JFIFInputStream
Skips over and discards n b of data from the input stream.
skip(long) - Method in class org.monte.media.mp3.MP3AudioInputStream
 
skip(long) - Method in class org.monte.media.mp3.MP3ElementaryInputStream
Skips up to n bytes from the current frame (its header and its data).
skip(long) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Skips over and discards n bytes of data from this input stream.
skipBytes(int) - Method in class org.monte.media.io.FilterImageInputStream
 
skipBytes(long) - Method in class org.monte.media.io.FilterImageInputStream
 
skipBytes(long) - Method in class org.monte.media.quicktime.DataAtomInputStream
 
skipFully(long) - Method in class org.monte.media.jfif.JFIFInputStream
Fully skips the specified number of bytes.
skipFully(long) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
Skips over and discards n bytes of data from this input stream.
slashSlashComments(boolean) - Method in class org.monte.media.io.StreamPosTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean) - Method in class org.monte.media.io.StreamPosTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
SLONG - Enum constant in enum class org.monte.media.tiff.IFDDataType
A 32-bit (4-byte) signed (twos-complement) integer.
SLONG_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
SOF0_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
Start of frame markers
SOF0_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
Start of frame markers
SOF1_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOF1_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOF2_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOF2_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOF3_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOF3_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOF5_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOF5_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOF6_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOF6_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOF7_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOF7_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOF9_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOF9_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOFA_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOFA_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOFB_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOFB_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOFD_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOFD_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOFE_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOFE_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOFF_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
 
SOFF_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
 
SOI_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
Start of image
SOI_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
Start of image
solve(double, double, double, double, double, double) - Static method in class org.monte.media.math.LinearEquations
Solves a linear system for x,y with cramer's rule.
solve(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class org.monte.media.math.LinearEquations
Solves a linear system for x,y,z with cramer's rule.
SonyMakerNoteTagSet - Class in org.monte.media.exif
 
sortChildren(Comparator<T>) - Method in class org.monte.media.tree.TreeNode
 
SOS_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
Start of scan
SOS_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
Start of scan
soundBalance - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
 
soundBytesPerFrame - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
The number of bytes in a frame: for uncompressed audio, an uncompressed frame; for compressed audio, a compressed frame.
soundBytesPerFrame - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
The number of bytes in a frame: for uncompressed audio, an uncompressed frame; for compressed audio, a compressed frame.
soundBytesPerPacket - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
For uncompressed audio, the number of bytes in a sample for a single channel.
soundBytesPerPacket - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
For uncompressed audio, the number of bytes in a sample for a single channel.
soundBytesPerSample - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
The size of an uncompressed sample in bytes.
soundBytesPerSample - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
The size of an uncompressed sample in bytes.
soundCompressionId - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
Sound compressionId.
soundCompressionId - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
Sound compressionId.
soundNumberOfChannels - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
Number of sound channels used by the sound sample.
soundNumberOfChannels - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
Number of sound channels used by the sound sample.
soundSampleRate - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
Sound sample rate.
soundSampleRate - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
Sound sample rate.
soundSampleSize - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
Number of bits per audio sample before compression.
soundSampleSize - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
Number of bits per audio sample before compression.
soundSamplesPerPacket - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
Sound stsd samples per packet.
soundSamplesPerPacket - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
Sound stsd samples per packet.
SpatialFrequencyResponse - Static variable in class org.monte.media.exif.EXIFTagSet
 
SpectralSensitivity - Static variable in class org.monte.media.exif.EXIFTagSet
 
SplineInterpolator - Class in org.monte.media.interpolator
A spline interpolator for use in conjunction with an Animator object.
SplineInterpolator(float, float, float, float) - Constructor for class org.monte.media.interpolator.SplineInterpolator
Creates a new instance of SplineInterpolator with the control points defined by (x1, y1) and (x2, y2).
SplineInterpolator(float, float, float, float, boolean, long) - Constructor for class org.monte.media.interpolator.SplineInterpolator
Creates a new instance of SplineInterpolator with the control points defined by (x1, y1) and (x2, y2).
SplineInterpolator(float, float, float, float, long) - Constructor for class org.monte.media.interpolator.SplineInterpolator
Creates a new instance of SplineInterpolator with the control points defined by (x1, y1) and (x2, y2).
split(Image, int, boolean) - Static method in class org.monte.media.image.Images
Splits an image into count subimages.
splitMPOFile(File) - Static method in class org.monte.media.mpo.MPOFiles
Splits a MPO file into two JPEG files.
SPRITE - Enum constant in enum class org.monte.media.av.FormatKeys.MediaType
 
SRATIONAL - Enum constant in enum class org.monte.media.tiff.IFDDataType
Two SLONG’s: the first represents the numerator of a fraction, the second the denominator.
SRATIONAL_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
SSHORT - Enum constant in enum class org.monte.media.tiff.IFDDataType
A 16-bit (2-byte) signed (twos-complement) integer.
SSHORT_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
start() - Method in class org.monte.media.concurrent.EventLoop
Starts the event processor.
STARTED - Enum constant in enum class org.monte.media.avi.AVIOutputStream.States
 
STARTED - Enum constant in enum class org.monte.media.quicktime.AbstractQuickTimeStream.States
 
startTime - Variable in class org.monte.media.avi.AbstractAVIStream.Track
Specifies the starting time for this stream.
state - Variable in class org.monte.media.avi.AVIOutputStream
The current state of the movie output stream.
state - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The current state of the movie output stream.
stop() - Method in class org.monte.media.concurrent.EventLoop
Stops the event processor.
STRD_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
streamOffset - Variable in class org.monte.media.avi.AbstractAVIStream
The offset in the underlying ImageOutputStream.
streamOffset - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The offset in the underlying ImageOutputStream.
streamOffset - Variable in class org.monte.media.quicktime.QuickTimeInputStream
 
StreamPosTokenizer - Class in org.monte.media.io
This extension of StreamTokenizer keeps track of the position of the tokens in the input stream, and it can parse hexadecimal numbers and double numbers with exponents.
StreamPosTokenizer() - Constructor for class org.monte.media.io.StreamPosTokenizer
Initializes everything except the streams.
StreamPosTokenizer(Reader) - Constructor for class org.monte.media.io.StreamPosTokenizer
Create a tokenizer that parses the given character stream.
streams - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
 
STRF_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
strfChunk - Variable in class org.monte.media.avi.AbstractAVIStream.Track
This chunk holds the AVI Stream Format Header.
STRH_FLAG_DISABLED - Static variable in class org.monte.media.avi.AbstractAVIStream
Indicates this stream should not be enabled by default.
STRH_FLAG_VIDEO_PALETTE_CHANGES - Static variable in class org.monte.media.avi.AbstractAVIStream
Indicates this video stream contains palette changes.
STRH_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
strhChunk - Variable in class org.monte.media.avi.AbstractAVIStream.Track
This chunk holds the AVI Stream Header.
stringToID(String) - Static method in class org.monte.media.riff.RIFFParser
Converts the first four letters of the String into an IFF Identifier.
STRL_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
STRN_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
stsdExtensions - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
Extensions to the stsd chunk.
stsdExtensions - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
Extensions to the stsd chunk.
SubImageInputStream - Class in org.monte.media.io
SubImageInputStream.
SubImageInputStream(ImageInputStream, long, long) - Constructor for class org.monte.media.io.SubImageInputStream
 
SubImageOutputStream - Class in org.monte.media.io
SubImageOutputStream.
SubImageOutputStream(ImageOutputStream, long, ByteOrder, boolean) - Constructor for class org.monte.media.io.SubImageOutputStream
 
SubImageOutputStream(ImageOutputStream, ByteOrder, boolean) - Constructor for class org.monte.media.io.SubImageOutputStream
 
SubjectArea - Static variable in class org.monte.media.exif.EXIFTagSet
 
SubjectDistance - Static variable in class org.monte.media.exif.EXIFTagSet
 
SubjectDistanceRange - Static variable in class org.monte.media.exif.EXIFTagSet
 
SubjectLocation - Static variable in class org.monte.media.exif.EXIFTagSet
 
SubSecTime - Static variable in class org.monte.media.exif.EXIFTagSet
 
SubSecTimeDigitized - Static variable in class org.monte.media.exif.EXIFTagSet
 
SubSecTimeOriginal - Static variable in class org.monte.media.exif.EXIFTagSet
 
subtract(Rational) - Method in class org.monte.media.math.Rational
 
suggestedBufferSize - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
 
suggestOutputFormats(Format, Format) - Method in class org.monte.media.av.Registry
Suggests output formats for the given input media format and specified file format.
sval - Variable in class org.monte.media.io.StreamPosTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
syncInterval - Variable in class org.monte.media.avi.AbstractAVIStream.Track
Interval between sync samples (keyframes).
syncInterval - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
Interval between sync samples (keyframes).
syncInterval - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
Interval between sync samples (keyframes).
syncSamples - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
List of sync samples.
syncSamples - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
List of sync samples.

T

tag - Variable in class org.monte.media.tiff.TIFFNode
The tag which identifies this node.
TAG_DependentChildImageFlag - Static variable in class org.monte.media.exif.MPEntryTagSet
 
TAG_DependentImage1EntryNumber - Static variable in class org.monte.media.exif.MPEntryTagSet
 
TAG_DependentImage2EntryNumber - Static variable in class org.monte.media.exif.MPEntryTagSet
 
TAG_DependentParentImageFlag - Static variable in class org.monte.media.exif.MPEntryTagSet
 
TAG_EXIF - Static variable in class org.monte.media.tiff.BaselineTagSet
 
TAG_GPS - Static variable in class org.monte.media.tiff.BaselineTagSet
 
TAG_ImageDataFormat - Static variable in class org.monte.media.exif.MPEntryTagSet
 
TAG_IndividualImageDataOffset - Static variable in class org.monte.media.exif.MPEntryTagSet
 
TAG_IndividualImageSize - Static variable in class org.monte.media.exif.MPEntryTagSet
 
TAG_Interoperability - Static variable in class org.monte.media.tiff.BaselineTagSet
 
TAG_JPEGInterchangeFormat - Static variable in class org.monte.media.tiff.BaselineTagSet
 
TAG_JPEGInterchangeFormatLength - Static variable in class org.monte.media.tiff.BaselineTagSet
 
TAG_JPEGThumbnailImage - Static variable in class org.monte.media.tiff.BaselineTagSet
Synthetic tags.
TAG_MPEntryInformation - Static variable in class org.monte.media.exif.MPFTagSet
 
TAG_MPTypeCode - Static variable in class org.monte.media.exif.MPEntryTagSet
 
TAG_NumberOfImages - Static variable in class org.monte.media.exif.MPFTagSet
 
TAG_RepresentativeImageFlag - Static variable in class org.monte.media.exif.MPEntryTagSet
 
TagSet - Class in org.monte.media.tiff
A class representing a set of TIFF tags.
TagSet(String, TIFFTag[]) - Constructor for class org.monte.media.tiff.TagSet
 
TechSmithCodec - Class in org.monte.media.av.codec.video
TechSmithCodec (tscc) encodes a BufferedImage as a byte[] array.
TechSmithCodec() - Constructor for class org.monte.media.av.codec.video.TechSmithCodec
 
TechSmithCodecCore - Class in org.monte.media.av.codec.video
TechSmithCodec (tscc) encodes a BufferedImage as a byte[] array.
TechSmithCodecCore() - Constructor for class org.monte.media.av.codec.video.TechSmithCodecCore
 
TechSmithCodecSpi - Class in org.monte.media.av.codec.video
TechSmithCodecSpi.
TechSmithCodecSpi() - Constructor for class org.monte.media.av.codec.video.TechSmithCodecSpi
 
TEM_MARKER - Static variable in class org.monte.media.jfif.JFIFInputStream
Temporary private use in arithmetic coding
TEM_MARKER - Static variable in class org.monte.media.jfif.JFIFOutputStream
Temporary private use in arithmetic coding
temperature - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Temperature adjustment in the range [-1,1].
TEMPERATURE_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Temperature adjustment in the range [-1,1].
TEXT - Enum constant in enum class org.monte.media.av.FormatKeys.MediaType
 
TEXT - Enum constant in enum class org.monte.media.avi.AbstractAVIStream.AVIMediaType
 
TextTrack(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.TextTrack
 
TIFFDirectory - Class in org.monte.media.tiff
A convenience class for working with TIFF IFD's.
TIFFDirectory(TagSet, TIFFTag, int) - Constructor for class org.monte.media.tiff.TIFFDirectory
Creates a TIFFDirectory identified by the specified TIFFTag.
TIFFDirectory(TagSet, TIFFTag, int, long, long, ArrayList<FileSegment>) - Constructor for class org.monte.media.tiff.TIFFDirectory
 
TIFFDirectory(TagSet, TIFFTag, int, long, long, FileSegment) - Constructor for class org.monte.media.tiff.TIFFDirectory
 
TIFFDirectory(TagSet, TIFFTag, int, IFD, IFDEntry, ArrayList<FileSegment>) - Constructor for class org.monte.media.tiff.TIFFDirectory
Creates a TIFFDirectory identified by the specified TIFFTag and associated with the specified IFD and file segments.
TIFFDirectory(TagSet, TIFFTag, int, IFD, IFDEntry, FileSegment) - Constructor for class org.monte.media.tiff.TIFFDirectory
Creates a TIFFDirectory identified by the specified TIFFTag and associated with the specified IFD and file segments.
TIFFField - Class in org.monte.media.tiff
A field in a TIFFDirectory.
TIFFField(TIFFTag, Object, IFDDataType) - Constructor for class org.monte.media.tiff.TIFFField
 
TIFFField(TIFFTag, Object, IFDEntry) - Constructor for class org.monte.media.tiff.TIFFField
 
TIFFInputStream - Class in org.monte.media.tiff
Reads a TIFF file.
TIFFInputStream(ImageInputStream) - Constructor for class org.monte.media.tiff.TIFFInputStream
 
TIFFInputStream(ImageInputStream, ByteOrder, long) - Constructor for class org.monte.media.tiff.TIFFInputStream
Creates a TIFFInputStream from a stream which does not have a header.
TIFFNode - Class in org.monte.media.tiff
TIFFNode.
TIFFNode(TIFFTag) - Constructor for class org.monte.media.tiff.TIFFNode
 
TIFFOutputStream - Class in org.monte.media.tiff
TIFFOutputStream.
TIFFOutputStream(ImageOutputStream) - Constructor for class org.monte.media.tiff.TIFFOutputStream
 
TIFFTag - Class in org.monte.media.tiff
A class defining the notion of a TIFF tag.
TIFFTag(String, int, int) - Constructor for class org.monte.media.tiff.TIFFTag
Constructs a TIFFTag with a given name, tag number, set of legal data types, and TagSet to which it refers.
TIFFTag(String, int, int, ValueFormatter) - Constructor for class org.monte.media.tiff.TIFFTag
Constructs a TIFFTag with a given name, tag number, set of legal data types, and TagSet to which it refers.
timeScale - Variable in class org.monte.media.quicktime.QuickTimeMeta
The time scale of the movie.
timeStamp - Variable in class org.monte.media.av.Buffer
The time stamp of this buffer in seconds.
timeStamp - Variable in class org.monte.media.avi.AbstractAVIStream.Sample
The timestamp of the first sample in the chunk.
timeStamp - Variable in class org.monte.media.quicktime.QuickTimeMeta.MediaSample
The timestamp of the first sample in the chunk in media timescale units.
timeStamp - Variable in class org.monte.media.quicktime.QuickTimeMeta.TrackSample
The timestamp of the sample in movie timescale units.
timeToSample(int, Rational) - Method in class org.monte.media.av.DefaultMovie
 
timeToSample(int, Rational) - Method in interface org.monte.media.av.Movie
Returns the frame number for the specified time in seconds.
timeToSample(int, Rational) - Method in interface org.monte.media.av.MovieReader
Returns the sample number for the specified time.
timeToSample(int, Rational) - Method in class org.monte.media.avi.AVIMovie
 
timeToSample(int, Rational) - Method in class org.monte.media.avi.AVIReader
 
timeToSample(int, Rational) - Method in class org.monte.media.quicktime.QuickTimeMeta
 
timeToSample(int, Rational) - Method in class org.monte.media.quicktime.QuickTimeReader
 
TimeToSampleGroup(AbstractQuickTimeStream.Group) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.TimeToSampleGroup
 
TimeToSampleGroup(AbstractQuickTimeStream.Sample) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.TimeToSampleGroup
 
TimeToSampleGroup(QuickTimeMeta.Group) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.TimeToSampleGroup
 
TimeToSampleGroup(QuickTimeMeta.MediaSample) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.TimeToSampleGroup
 
TimeToSampleGroup(QuickTimeMeta.MediaSample, QuickTimeMeta.MediaSample, long) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.TimeToSampleGroup
 
timeToSamples - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
List of TimeToSample entries.
timeToSamples - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
List of TimeToSample entries.
tint - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Tint adjustment in the range [-1,1].
TINT_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Tint adjustment in the range [-1,1].
toAudioFormat(Format) - Static method in class org.monte.media.av.codec.audio.AudioFormatKeys
 
toBufferedImage(Image) - Static method in class org.monte.media.image.Images
 
toBufferedImage(RenderedImage) - Static method in class org.monte.media.image.Images
Converts the image to a buffered image.
toByteArray() - Method in class org.monte.media.io.ByteArrayImageOutputStream
Creates a newly allocated byte array.
toByteArray() - Method in class org.monte.media.math.ExtendedReal
 
toDescriptiveString() - Method in class org.monte.media.math.Rational
 
toImage(int[], int, int) - Static method in class org.monte.media.image.Images
Converts an array of integer pixels into an image.
toImageOutputStream(ImageOutputStream) - Method in class org.monte.media.io.ByteArrayImageOutputStream
Writes the contents of the byte array into the specified image output stream.
toImageWithColorModel_usingColorConvertOp(Image, ColorModel) - Static method in class org.monte.media.image.Images
Converts the image into a buffered image with an RGB color model.
toImageWithColorModel_usingDrawImage(Image, ColorModel) - Static method in class org.monte.media.image.Images
Converts the image into a buffered image with an RGB color model.
toIntImage(BufferedImage) - Static method in class org.monte.media.image.Images
Converts the image into a format that can be handled easier.
toOutputStream(OutputStream) - Method in class org.monte.media.io.ByteArrayImageOutputStream
Writes the contents of the byte array into the specified output stream.
toOutputStream(OutputStream) - Method in class org.monte.media.io.SeekableByteArrayOutputStream
Writes the contents of the byte array into the specified output stream.
toPixels(BufferedImage) - Static method in class org.monte.media.image.Images
Converts an image into an array of integer pixels.
toRGBImage(Image) - Static method in class org.monte.media.image.Images
Converts the image to a buffered image into the sRGB color space.
toString() - Method in class org.monte.media.av.AbstractCodec
 
toString() - Method in class org.monte.media.av.Buffer
 
toString() - Method in class org.monte.media.av.CodecChain
 
toString() - Method in class org.monte.media.av.Format
 
toString() - Method in class org.monte.media.av.FormatKey
Returns the key string.
toString() - Method in enum class org.monte.media.avi.AbstractAVIStream.AVIMediaType
 
toString() - Method in class org.monte.media.beans.WeakPropertyChangeListener
 
toString() - Method in class org.monte.media.io.StreamPosTokenizer
Returns the string representation of the current stream token.
toString() - Method in class org.monte.media.jfif.JFIFInputStream.Segment
 
toString() - Method in class org.monte.media.math.ExtendedReal
FIXME: Loss of precision, because we currently convert to double before we create the String.
toString() - Method in class org.monte.media.math.Rational
 
toString() - Method in class org.monte.media.quicktime.QuickTimeMeta.DataReference
 
toString() - Method in class org.monte.media.quicktime.QuickTimeMeta.Edit
 
toString() - Method in class org.monte.media.quicktime.QuickTimeMeta.Media
 
toString() - Method in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
toString() - Method in class org.monte.media.quicktime.QuickTimeMeta
 
toString() - Method in class org.monte.media.quicktime.QuickTimeMeta.Track
 
toString() - Method in class org.monte.media.riff.RIFFChunk
 
toString() - Method in record class org.monte.media.tiff.FileSegment
Returns a string representation of this record class.
toString() - Method in class org.monte.media.tiff.IFD
 
toString() - Method in class org.monte.media.tiff.IFDEntry
FIXME Output is used by EXIFView
toString() - Method in class org.monte.media.tiff.TIFFDirectory
 
toString() - Method in class org.monte.media.tiff.TIFFField
 
toString() - Method in class org.monte.media.tiff.TIFFTag
 
toString(ColorSpace) - Static method in class org.monte.media.color.ColorSpaces
 
toString(ICC_ColorSpace) - Static method in class org.monte.media.color.ColorSpaces
 
toString(ICC_Profile) - Static method in class org.monte.media.color.ColorSpaces
 
toString(ColorModel) - Static method in class org.monte.media.color.ColorModels
Returns a descriptive string for the provided color model.
toString(Enum<?>) - Method in class org.monte.media.tiff.IFDEntry
 
toString(Format) - Static method in class org.monte.media.av.FormatFormatter
 
totalFrames - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
 
toWebOptimizedMovie(File, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Writes a version of the movie which is optimized for the web into the specified output file.
toWebOptimizedMovie(File, boolean) - Method in class org.monte.media.quicktime.QuickTimeWriter
Writes a version of the movie which is optimized for the web into the specified output file.
track - Variable in class org.monte.media.av.Buffer
The track number.
Track - Interface in org.monte.media.av
A Track refers to media data that can be interpreted in a time coordinate system.
Track() - Constructor for class org.monte.media.quicktime.QuickTimeMeta.Track
 
Track(int, AbstractAVIStream.AVIMediaType, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.Track
 
Track(FormatKeys.MediaType) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
TrackDemultiplexer - Class in org.monte.media.imgseq
Can "demultiplex" an array of already demultiplexed tracks.
TrackDemultiplexer(Track[]) - Constructor for class org.monte.media.imgseq.TrackDemultiplexer
 
trackDuration - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
A 32-bit integer that specifies the duration of this edit segment in units of the movie's time scale.
trackDuration - Variable in class org.monte.media.quicktime.QuickTimeMeta.Edit
A 32-bit integer that specifies the duration of this edit segment in units of the movie's time scale.
trackId - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The id of the track.
tracks - Variable in class org.monte.media.avi.AbstractAVIStream
The list of tracks in the file.
tracks - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
The list of tracks in the movie.
tracks - Variable in class org.monte.media.quicktime.QuickTimeMeta
The list of tracks in the movie.
TrackSample(QuickTimeMeta.MediaSample, long, long, long, long) - Constructor for class org.monte.media.quicktime.QuickTimeMeta.TrackSample
Creates a new sample.
trackSampleMap - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
Table of samples in this track.
trackSamplesList - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
 
TrackTagSet - Class in org.monte.media.exif
TrackTagSet.
TreeNode<T> - Class in org.monte.media.tree
TreeNode.
TreeNode() - Constructor for class org.monte.media.tree.TreeNode
 
TrimTimeCodec - Class in org.monte.media.av.codec.time
PassThroughCodec passes through all buffers in the specified time range.
TrimTimeCodec() - Constructor for class org.monte.media.av.codec.time.TrimTimeCodec
 
TT_EOF - Static variable in class org.monte.media.io.StreamPosTokenizer
A constant indicating that the end of the stream has been read.
TT_EOL - Static variable in class org.monte.media.io.StreamPosTokenizer
A constant indicating that the end of the line has been read.
TT_NUMBER - Static variable in class org.monte.media.io.StreamPosTokenizer
A constant indicating that a number token has been read.
TT_WORD - Static variable in class org.monte.media.io.StreamPosTokenizer
A constant indicating that a word token has been read.
ttype - Variable in class org.monte.media.io.StreamPosTokenizer
After a call to the nextToken method, this field contains the type of the token just read.
twoCC - Variable in class org.monte.media.avi.AbstractAVIStream.Track
The twoCC code is used for the ids of the chunks which hold the data samples.
type - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Atom
The type of the atom.
typeToInt(String) - Static method in class org.monte.media.avi.AbstractAVIStream
 
typeToInt(String) - Static method in class org.monte.media.quicktime.AbstractQuickTimeStream
 

U

UncachedImageInputStream - Class in org.monte.media.io
An implementation of ImageInputStream that gets its input from a regular InputStream.
UncachedImageInputStream(InputStream) - Constructor for class org.monte.media.io.UncachedImageInputStream
 
UncachedImageInputStream(InputStream, ByteOrder) - Constructor for class org.monte.media.io.UncachedImageInputStream
 
UNDEFINED - Enum constant in enum class org.monte.media.tiff.IFDDataType
An 8-bit byte that may contain anything, depending on the definition of the field.
UNDEFINED_MASK - Static variable in class org.monte.media.tiff.TIFFTag
 
UNKNOWN - Enum constant in enum class org.monte.media.av.FormatKeys.MediaType
 
update(float) - Method in class org.monte.media.av.Interpolator
Updates the interpolator.
update(float) - Method in class org.monte.media.interpolator.AbstractSplineInterpolator
This method is empty.
updateFractions(int) - Method in class org.monte.media.interpolator.AbstractSplineInterpolator
This method must be called by the subclass in the constructor.
URI_PROPERTY - Static variable in interface org.monte.media.av.Movie
 
UserComment - Static variable in class org.monte.media.exif.EXIFTagSet
 

V

ValueFormatter - Interface in org.monte.media.tiff
ValueFormatter.
valueOf(double) - Static method in class org.monte.media.math.Rational
 
valueOf(int) - Static method in enum class org.monte.media.tiff.IFDDataType
Gets the tag for the specified value.
valueOf(long, long) - Static method in class org.monte.media.math.Rational
 
valueOf(String) - Static method in enum class org.monte.media.av.BufferFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.monte.media.av.codec.video.VideoFormatKeys.PixelFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.monte.media.av.FormatKeys.MediaType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.monte.media.avi.AbstractAVIStream.AVIMediaType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.monte.media.avi.AVIOutputStream.States
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.monte.media.math.Rational
Parses a string.
valueOf(String) - Static method in enum class org.monte.media.quicktime.AbstractQuickTimeStream.States
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.monte.media.tiff.IFDDataType
Returns the enum constant of this class with the specified name.
valueOf(BigInteger, BigInteger) - Static method in class org.monte.media.math.Rational
 
values() - Static method in enum class org.monte.media.av.BufferFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.monte.media.av.codec.video.VideoFormatKeys.PixelFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.monte.media.av.FormatKeys.MediaType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.monte.media.avi.AbstractAVIStream.AVIMediaType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.monte.media.avi.AVIOutputStream.States
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.monte.media.quicktime.AbstractQuickTimeStream.States
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.monte.media.tiff.IFDDataType
Returns an array containing the constants of this enum class, in the order they are declared.
versionMinor - Variable in class org.monte.media.quicktime.QuickTimeMeta
 
versionMonth - Variable in class org.monte.media.quicktime.QuickTimeMeta
 
versionYear - Variable in class org.monte.media.quicktime.QuickTimeMeta
 
VIDEO - Enum constant in enum class org.monte.media.av.FormatKeys.MediaType
 
VIDEO - Enum constant in enum class org.monte.media.avi.AbstractAVIStream.AVIMediaType
 
VIDEO_ANIMATION - Static variable in class org.monte.media.quicktime.QuickTimeWriter
 
VIDEO_JPEG - Static variable in class org.monte.media.avi.AVIWriter
 
VIDEO_JPEG - Static variable in class org.monte.media.quicktime.QuickTimeWriter
 
VIDEO_PNG - Static variable in class org.monte.media.avi.AVIWriter
 
VIDEO_PNG - Static variable in class org.monte.media.quicktime.QuickTimeWriter
 
VIDEO_RAW - Static variable in class org.monte.media.avi.AVIWriter
 
VIDEO_RAW - Static variable in class org.monte.media.quicktime.QuickTimeWriter
 
VIDEO_RLE - Static variable in class org.monte.media.avi.AVIWriter
 
VIDEO_SCREEN_CAPTURE - Static variable in class org.monte.media.avi.AVIWriter
 
videoColorTable - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
The color table used for rendering the video.
videoColorTable - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
The color table used for rendering the video.
videoColorTableId - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
videoCompressorName - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
videoDepth - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
Number of bits per ixel.
videoDepth - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
Number of bits per Pixel.
VideoFormatKeys - Class in org.monte.media.av.codec.video
Defines common format keys for video media.
VideoFormatKeys() - Constructor for class org.monte.media.av.codec.video.VideoFormatKeys
 
VideoFormatKeys.PixelFormat - Enum Class in org.monte.media.av.codec.video
Pixel format.
videoFrameCount - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
videoHeight - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
videoHorizontalResolution - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
VIDEOMODE_1_BIT_PALETTIZED - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
VIDEOMODE_15_BIT_BGR - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
VIDEOMODE_16_BIT_BGR - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
VIDEOMODE_2_BIT_PALETTIZED - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
VIDEOMODE_24_BIT_BGR - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
VIDEOMODE_32_BIT_BGR - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
VIDEOMODE_4_BIT_PALETTIZED - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
VIDEOMODE_8_BIT_PALETTIZED - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
VIDEOMODE_NONE - Static variable in class org.monte.media.avi.codec.video.ZMBVCodecCore
 
videoQuality - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
The video compression quality.
videoQuality - Variable in class org.monte.media.quicktime.QuickTimeMeta.Media
The video compression quality.
videoSpatialQuality - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
videoTemporalQuality - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
VideoTrack() - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
 
VideoTrack(int, int, Format) - Constructor for class org.monte.media.avi.AbstractAVIStream.VideoTrack
 
videoVerticalResolution - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
videoWidth - Variable in class org.monte.media.quicktime.QuickTimeMeta.SampleDescription
 
visitChunk(RIFFChunk, RIFFChunk) - Method in interface org.monte.media.riff.RIFFVisitor
This method is invoked when the parser has read a data chunk or has skipped a stop chunk.
volume - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The audio volume of the track.

W

WAVE_FORMAT_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Microsoft Corporation
WAVE_FORMAT_ALAW - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Microsoft Corporation
WAVE_FORMAT_ANTEX_ADPCME - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Antex Electronics Corporation
WAVE_FORMAT_APTX - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Audio Processing Technology
WAVE_FORMAT_AUDIOFILE_AF10 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
 
WAVE_FORMAT_AUDIOFILE_AF36 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
 
WAVE_FORMAT_BTV_DIGITAL - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Brooktree Corporation
WAVE_FORMAT_CANOPUS_ATRAC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Canopus, co., Ltd.
WAVE_FORMAT_CIRRUS - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Cirrus Logic
WAVE_FORMAT_CONTROL_RES_CR10 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Control Resources Limited
WAVE_FORMAT_CONTROL_RES_VQLPC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Control Resources Limited
WAVE_FORMAT_CREATIVE_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Creative Labs, Inc
WAVE_FORMAT_CREATIVE_FASTSPEECH10 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Creative Labs, Inc
WAVE_FORMAT_CREATIVE_FASTSPEECH8 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Creative Labs, Inc
WAVE_FORMAT_CS_IMAADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Crystal Semiconductor IMA ADPCM
WAVE_FORMAT_DEVELOPMENT - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
the WAVE_FORMAT_DEVELOPMENT format tag can be used during the development phase of a new wave format.
WAVE_FORMAT_DIALOGIC_OKI_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Dialogic Corporation
WAVE_FORMAT_DIGIADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
DSP Solutions, Inc.
WAVE_FORMAT_DIGIFIX - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
DSP Solutions, Inc.
WAVE_FORMAT_DIGIREAL - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
DSP Solutions, Inc.
WAVE_FORMAT_DIGISTD - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
DSP Solutions, Inc.
WAVE_FORMAT_DOLBY_AC2 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Dolby Laboratories
WAVE_FORMAT_DSAT - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Microsoft Corporation
WAVE_FORMAT_DSAT_DISPLAY - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Microsoft Corporation
WAVE_FORMAT_DSPGROUP_TRUESPEECH - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
DSP Group, Inc
WAVE_FORMAT_DVI_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Intel Corporation
WAVE_FORMAT_ECHOSC1 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Echo Speech Corporation
WAVE_FORMAT_ECHOSC3 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Echo Speech Corporation
WAVE_FORMAT_ESPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
ESS Technology
WAVE_FORMAT_FM_TOWNS_SND - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Fujitsu Corp.
WAVE_FORMAT_G721_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Antex Electronics Corporation
WAVE_FORMAT_G722_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
APICOM
WAVE_FORMAT_G723_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Antex Electronics Corporation
WAVE_FORMAT_G726_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
APICOM
WAVE_FORMAT_G728_CELP - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Antex Electronics Corporation
WAVE_FORMAT_GSM610 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Microsoft Corporation
WAVE_FORMAT_IBM_CVSD - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
IBM Corporation
WAVE_FORMAT_IEEE_FLOAT - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Microsoft Corporation IEEE754: range (+1, -1] 32-bit/64-bit format as defined by MSVC++ float/double type
WAVE_FORMAT_IMA_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Intel Corporation
WAVE_FORMAT_LH_CODEC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Lernout + Hauspie
WAVE_FORMAT_MEDIASPACE_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Videologic
WAVE_FORMAT_MEDIAVISION_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Media Vision, Inc.
WAVE_FORMAT_MPEG - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Microsoft Corporation
WAVE_FORMAT_MPEGLAYER3 - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
ISO/MPEG Layer3 Format Tag
WAVE_FORMAT_MSNAUDIO - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Microsoft Corporation
WAVE_FORMAT_MULAW - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Microsoft Corporation
WAVE_FORMAT_NMS_VBXADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Natural MicroSystems
WAVE_FORMAT_NORRIS - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Norris Communications, Inc.
WAVE_FORMAT_OKI_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
OKI
WAVE_FORMAT_OLIADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Ing C.
WAVE_FORMAT_OLICELP - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Ing C.
WAVE_FORMAT_OLIGSM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Ing C.
WAVE_FORMAT_OLIOPR - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Ing C.
WAVE_FORMAT_OLISBC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Ing C.
WAVE_FORMAT_PCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Microsoft Corporation
WAVE_FORMAT_QUARTERDECK - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Quarterdeck Corporation
WAVE_FORMAT_RHETOREX_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Rhetorex Inc
WAVE_FORMAT_ROCKWELL_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Rockwell International
WAVE_FORMAT_ROCKWELL_DIGITALK - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Rockwell International
WAVE_FORMAT_SIERRA_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Sierra Semiconductor Corp
WAVE_FORMAT_SOFTSOUND - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Softsound, Ltd.
WAVE_FORMAT_SONARC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Speech Compression
WAVE_FORMAT_VOXWARE - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Voxware Inc
WAVE_FORMAT_XEBEC - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Xebec Multimedia Solutions Limited
WAVE_FORMAT_YAMAHA_ADPCM - Static variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Yamaha Corporation of America
WB_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
 
WeakPropertyChangeListener - Class in org.monte.media.beans
Property change listener that holds weak reference to a target property change listener.
WeakPropertyChangeListener(PropertyChangeListener) - Constructor for class org.monte.media.beans.WeakPropertyChangeListener
 
wFormatTag - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
Waveform-audio format type.
WHITE_BALANCE_QM_ENABLED_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
 
WHITE_BALANCE_QM_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
A 4-vector with the parameters for quadratic white balance adjustment.
WHITE_BALANCE_TT_ENABLED_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
 
WHITE_POINT_PROPERTY - Static variable in interface org.monte.media.av.codec.video.ColorAdjustModel
Level adjustment: white point in the range [0,1].
WhiteBalance - Class in org.monte.media.color
WhiteBalance.
WhiteBalance - Static variable in class org.monte.media.exif.EXIFTagSet
 
whiteBalanceGreyworld(BufferedImage) - Static method in class org.monte.media.color.WhiteBalance
Performs white balance adjustment using the "grey world" assumption as described in [Ken09].
whiteBalanceGreyworld(Histogram) - Static method in class org.monte.media.color.WhiteBalance
Computes the white balance of an image using the Greyworld algorithm.
whiteBalanceGreyworldYCC(BufferedImage, float[], boolean) - Static method in class org.monte.media.color.WhiteBalance
Performs white balance adjustment using the "grey world" assumption as described in [Huo05], but using the YCbCr color space instead of YUV.
whiteBalanceGreyworldYUV(BufferedImage, float[], boolean) - Static method in class org.monte.media.color.WhiteBalance
Performs white balance adjustment using the "grey world" assumption as described in [Huo05].
whiteBalanceQM(long[][]) - Static method in class org.monte.media.color.WhiteBalance
 
whiteBalanceQM(BufferedImage) - Static method in class org.monte.media.color.WhiteBalance
 
whiteBalanceQM(Histogram) - Static method in class org.monte.media.color.WhiteBalance
Computes the white balance of an image using the Quadratic Mapping (QM) algorithm.
whiteBalanceRetinex(BufferedImage) - Static method in class org.monte.media.color.WhiteBalance
 
whiteBalanceRetinex(Histogram) - Static method in class org.monte.media.color.WhiteBalance
Computes the white balance of an image using the Retinex algorithm.
whitePoint - Variable in class org.monte.media.av.codec.video.DefaultColorAdjustModel
Level adjustment: white point in the range [0,1].
whitespaceChars(int, int) - Method in class org.monte.media.io.StreamPosTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
WideDataAtom(String) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
Creates a new DataAtom at the current position of the ImageOutputStream.
width - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
width - Variable in class org.monte.media.quicktime.QuickTimeMeta.Track
The track dimension.
WidthKey - Static variable in class org.monte.media.av.codec.video.VideoFormatKeys
The WidthKey of a video frame.
wordChars(int, int) - Method in class org.monte.media.io.StreamPosTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
write(byte[]) - Method in class org.monte.media.io.ByteArrayImageOutputStream
Writes the specified byte array to this output stream.
write(byte[]) - Method in class org.monte.media.io.ImageOutputStreamAdapter
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class org.monte.media.avi.DataChunkOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(byte[], int, int) - Method in class org.monte.media.io.ByteArrayImageOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class org.monte.media.io.ImageOutputStreamAdapter
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class org.monte.media.io.SeekableByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(byte[], int, int) - Method in class org.monte.media.io.SubImageOutputStream
 
write(byte[], int, int) - Method in class org.monte.media.jfif.JFIFOutputStream
Writes stuffed or non-stuffed bytes to the underlying output stream.
write(byte[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(byte[], int, int) - Method in class org.monte.media.tiff.TIFFOutputStream
 
write(int) - Method in class org.monte.media.avi.DataChunkOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(int) - Method in class org.monte.media.io.ByteArrayImageOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class org.monte.media.io.ImageOutputStreamAdapter
Writes the specified byte to this output stream.
write(int) - Method in class org.monte.media.io.SeekableByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(int) - Method in class org.monte.media.io.SubImageOutputStream
 
write(int) - Method in class org.monte.media.jfif.JFIFOutputStream
Writes a stuffed or non-stuffed byte to the underlying output stream.
write(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(int) - Method in class org.monte.media.tiff.TIFFOutputStream
 
write(int, byte[], int, int, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeWriter
Deprecated.
write(int, int, byte[], int, int, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeWriter
Deprecated.
write(int, BufferedImage, long) - Method in class org.monte.media.avi.AVIWriter
Encodes the provided image and writes its sample data into the specified track.
write(int, BufferedImage, long) - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
write(int, BufferedImage, long) - Method in class org.monte.media.quicktime.QuickTimeWriter
Encodes an image as a video frame and writes it into a video track.
write(int, Buffer) - Method in interface org.monte.media.av.MovieWriter
Writes a sample into the specified track.
write(int, Buffer) - Method in interface org.monte.media.av.Multiplexer
Writes a sample.
write(int, Buffer) - Method in class org.monte.media.avi.AVIWriter
Encodes the data provided in the buffer and then writes it into the specified track.
write(int, Buffer) - Method in class org.monte.media.imgseq.FileMultiplexer
 
write(int, Buffer) - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
write(int, Buffer) - Method in class org.monte.media.quicktime.QuickTimeMultiplexer
 
write(int, Buffer) - Method in class org.monte.media.quicktime.QuickTimeWriter
Writes a sample.
write16STo16U(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
16-bit audio data signed in and unsigned out.
write16STo8U(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
Signed 16-bit audio data in, unsigned 8-bit out.
write16To16(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
16-bit audio data in and out.
write16UTo16S(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
16-bit audio data unsigned in and signed out.
write8STo8S(ImageInputStream, ImageOutputStream, boolean) - Method in class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
Signed 8-bit audio data in, signed out.
write8STo8U(ImageInputStream, ImageOutputStream, boolean) - Method in class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
Signed 8-bit audio data in, unsigned out.
write8To8(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
8-bit audio data in and out.
write8UTo8S(ImageInputStream, ImageOutputStream, boolean) - Method in class org.monte.media.av.codec.audio.AbstractPCMAudioCodec
Unsigned 8-bit audio data in, signed out.
writeBCD2(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes a BCD2 to the underlying output stream.
writeBCD4(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes a BCD4 to the underlying output stream.
writeByte(int) - Method in class org.monte.media.avi.DataChunkOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeColorTableAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
Color table atoms define a list of preferred colors for displaying the movie on devices that support only 256 colors.
writeDelta8(OutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.avi.codec.video.RunLengthCodec
Encodes an 8-bit key frame.
writeDelta8(ImageOutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.avi.codec.video.RunLengthCodec
Encodes an 8-bit delta frame.
writeFixed16D16(double) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes 32-bit fixed-point number divided as 16.16.
writeFixed2D30(double) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes 32-bit fixed-point number divided as 2.30.
writeFixed8D8(double) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes 32-bit fixed-point number divided as 8.8.
writeHeader(OutputStream) - Method in class org.monte.media.mp3.MP3ElementaryInputStream.Frame
Writes the frame header into the specified output stream.
writeIFD(IFD, long) - Method in class org.monte.media.tiff.TIFFOutputStream
 
writeInt(int) - Method in class org.monte.media.avi.DataChunkOutputStream
Writes an int to the underlying output stream as four bytes, low byte first.
writeInt(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt24(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
 
writeInt24(ImageOutputStream, int) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
 
writeInt24LE(ByteBuffer, int) - Static method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
 
writeInt24LE(ImageOutputStream, int) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
 
writeInts(int[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
 
writeInts16LE(ByteBuffer, short[], int, int) - Static method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
 
writeInts24(int[], int, int) - Method in class org.monte.media.avi.DataChunkOutputStream
Writes unsigned 24 bit integer values.
writeInts24(int[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
 
writeInts24(ImageOutputStream, int[], int, int) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
 
writeInts24LE(ByteBuffer, int[], int, int) - Static method in class org.monte.media.av.codec.video.AbstractVideoCodecCore
 
writeInts24LE(ImageOutputStream, int[], int, int) - Method in class org.monte.media.av.codec.video.AbstractVideoCodec
 
writeKey16(OutputStream, short[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.RawCodec
Encodes a 24-bit key frame.
writeKey24(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.avi.codec.video.DIBCodec
Encodes a 24-bit key frame.
writeKey24(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.RawCodec
Encodes a 24-bit key frame.
writeKey24(OutputStream, BufferedImage) - Method in class org.monte.media.quicktime.codec.video.RawCodec
Encodes a 24-bit key frame.
writeKey32(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.RawCodec
Encodes a 24-bit key frame.
writeKey4(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.codec.video.DIBCodec
Encodes a 4-bit key frame.
writeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.codec.video.DIBCodec
Encodes an 8-bit key frame.
writeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.codec.video.RunLengthCodec
Encodes an 8-bit key frame.
writeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.quicktime.codec.video.RawCodec
Encodes an 8-bit key frame.
writeKey8(ImageOutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.codec.video.RunLengthCodec
Encodes an 8-bit key frame.
writeLong(long) - Method in class org.monte.media.avi.DataChunkOutputStream
 
writeLong(long) - Method in class org.monte.media.quicktime.DataAtomOutputStream
 
writeLONG(long) - Method in class org.monte.media.tiff.TIFFOutputStream
Writes a 32-bit unsigned integer.
writeMacTimestamp(Date) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes a 32-bit Mac timestamp (seconds since 1902).
writeMediaInformationAtoms(int, AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
 
writePalette(int, byte[], int, int, boolean) - Method in class org.monte.media.avi.AVIOutputStream
Writes an already encoded palette change into the specified track.
writePString(String) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes a Pascal String.
writePString(String, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes a Pascal String padded to the specified fixed size in bytes.
writeSample(int, byte[], int, int, boolean) - Method in class org.monte.media.avi.AVIOutputStream
Writes an already encoded sample from a byte array into a track.
writeSample(int, byte[], int, int, long, boolean) - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
writeSample(int, byte[], int, int, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Writes an already encoded sample from a byte array into a track.
writeSample(int, byte[], long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Writes an already encoded sample from a byte array into a track.
writeSample(int, File, boolean) - Method in class org.monte.media.avi.AVIOutputStream
Writes an already encoded sample from a file to the specified track.
writeSample(int, File, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Writes an already encoded sample from a file into a track.
writeSample(int, File, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeWriter
Writes an already encoded sample from a file into a track.
writeSample(int, InputStream, boolean) - Method in class org.monte.media.avi.AVIOutputStream
Writes an already encoded sample from an input stream to the specified track.
writeSample(int, InputStream, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Writes an already encoded sample from an input stream into a track.
writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
 
writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
 
writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
 
writeSamples(int, int, byte[], int, int, boolean) - Method in class org.monte.media.avi.AVIOutputStream
Writes multiple already encoded samples from a byte array into a track.
writeSamples(int, int, byte[], int, int, long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Writes multiple sync samples from a byte array into a track.
writeSamples(int, int, byte[], int, int, long) - Method in class org.monte.media.quicktime.QuickTimeWriter
Writes multiple sync samples from a byte array into a track.
writeSamples(int, int, byte[], int, int, long, boolean) - Method in class org.monte.media.imgseq.ImageSequenceWriter
 
writeSamples(int, int, byte[], int, int, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Writes multiple samples from a byte array into a track.
writeSamples(int, int, byte[], long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
Writes multiple sync samples from a byte array into a track.
writeSampleTableAtoms(int, AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
 
writeShort(int) - Method in class org.monte.media.avi.DataChunkOutputStream
Writes a signed 16 bit integer value.
writeShort(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes a signed 16-bit integer value.
writeSHORT(int) - Method in class org.monte.media.tiff.TIFFOutputStream
Writes a 12-bit unsigned integer.
writeShorts(short[], int, int) - Method in class org.monte.media.avi.DataChunkOutputStream
Writes a signed 16 bit integer value.
writeShorts(short[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
 
writeSoundMediaInformationHeaderAtom(int, AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
 
writeTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
Current write time.
writeTrackAtoms(int, AbstractQuickTimeStream.CompositeAtom, Date) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
 
writeType(String) - Method in class org.monte.media.avi.DataChunkOutputStream
Writes an chunk type identifier (4 bytes).
writeType(String) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes an Atom Type identifier (4 bytes).
writeUInt(long) - Method in class org.monte.media.avi.DataChunkOutputStream
Writes an unsigned 32 bit integer value.
writeUInt(long) - Method in class org.monte.media.quicktime.DataAtomOutputStream
Writes an unsigned 32-bit integer value.
writeUShort(int) - Method in class org.monte.media.avi.DataChunkOutputStream
 
writeUShort(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
 
writeVideoMediaInformationHeaderAtom(int, AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
 
written - Variable in class org.monte.media.avi.DataChunkOutputStream
The number of bytes written to the data output stream so far.
written - Variable in class org.monte.media.quicktime.DataAtomOutputStream
The number of bytes written to the data output stream so far.

Y

YccConverters - Class in org.monte.media.color
 
YCCtoRGB(float[], float[]) - Static method in class org.monte.media.color.ColorModels
YCC in the range Y=[0,1], Cb=[-0.5,0.5], Cr=[-0.5,0.5] to RGB in the range [0,1]
YCCtoRGB(int[]) - Static method in class org.monte.media.color.ColorModels
YCC 16-bit per channel to RGB 8-bit per channel.
YCCtoRGB(int[], int[]) - Static method in class org.monte.media.color.ColorModels
YCC 16-bit per channel to RGB 8-bit per channel.
YIQtoRGB(float[], float[]) - Static method in class org.monte.media.color.ColorModels
YIQ in the range Y in [0,1], I in [-0.5957,0.5957], Q in [-0.5226,0.5226] to RGB in the range [0,1]
YUVtoRGB(float[], float[]) - Static method in class org.monte.media.color.ColorModels
YUV in the range Y=[0,1], U=[-0.5,0.5], V=[-0.5,0.5] to RGB in the range [0,1]

Z

ZERO - Static variable in class org.monte.media.math.Rational
 
ZMBVCodec - Class in org.monte.media.avi.codec.video
Implements the DosBox Capture Codec "ZMBV".
ZMBVCodec() - Constructor for class org.monte.media.avi.codec.video.ZMBVCodec
 
ZMBVCodecCore - Class in org.monte.media.avi.codec.video
Implements the DosBox Capture Codec "ZMBV".
ZMBVCodecCore() - Constructor for class org.monte.media.avi.codec.video.ZMBVCodecCore
 
ZMBVCodecSpi - Class in org.monte.media.avi.codec.video
ZMBVCodecSpi.
ZMBVCodecSpi() - Constructor for class org.monte.media.avi.codec.video.ZMBVCodecSpi
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form