- AbortException - Exception in org.monte.media
-
This exception is thrown when the production of an image
has been aborted.
- AbortException() - Constructor for exception org.monte.media.AbortException
-
Creates a new exception.
- AbortException(String) - Constructor for exception org.monte.media.AbortException
-
Creates a new exception.
- AbstractAudioCodec - Class in org.monte.media
-
AbstractAudioCodec.
- AbstractAudioCodec(Format[], Format[]) - Constructor for class org.monte.media.AbstractAudioCodec
-
- AbstractAudioCodec(Format[]) - Constructor for class org.monte.media.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.AudioTrack(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
- AbstractAVIStream.AVIMediaType - Enum in org.monte.media.avi
-
Supported media types.
- AbstractAVIStream.Chunk - Class in org.monte.media.avi
-
Chunk base class.
- AbstractAVIStream.Chunk(int) - Constructor for class org.monte.media.avi.AbstractAVIStream.Chunk
-
Creates a new Chunk at the current position of the ImageOutputStream.
- AbstractAVIStream.CompositeChunk - Class in org.monte.media.avi
-
A CompositeChunk contains an ordered list of Chunks.
- AbstractAVIStream.CompositeChunk(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.CompositeChunk
-
Creates a new CompositeChunk at the current position of the
ImageOutputStream.
- AbstractAVIStream.DataChunk - Class in org.monte.media.avi
-
Data Chunk.
- AbstractAVIStream.DataChunk(int) - Constructor for class org.monte.media.avi.AbstractAVIStream.DataChunk
-
Creates a new DataChunk at the current position of the
ImageOutputStream.
- AbstractAVIStream.DataChunk(int, long) - Constructor for class org.monte.media.avi.AbstractAVIStream.DataChunk
-
Creates a new DataChunk at the current position of the
ImageOutputStream.
- AbstractAVIStream.FixedSizeDataChunk - Class in org.monte.media.avi
-
A DataChunk with a fixed size.
- AbstractAVIStream.FixedSizeDataChunk(int, long) - Constructor for class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
-
Creates a new DataChunk at the current position of the
ImageOutputStream.
- AbstractAVIStream.MainHeader - Class in org.monte.media.avi
-
Holds information about the entire movie.
- AbstractAVIStream.MainHeader() - Constructor for class org.monte.media.avi.AbstractAVIStream.MainHeader
-
- AbstractAVIStream.MidiTrack - Class in org.monte.media.avi
-
- AbstractAVIStream.MidiTrack(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.MidiTrack
-
- AbstractAVIStream.Sample - Class in org.monte.media.avi
-
AVI stores media data in sample chunks.
- AbstractAVIStream.Sample(int, int, long, long, boolean) - Constructor for class org.monte.media.avi.AbstractAVIStream.Sample
-
Creates a new sample.
- AbstractAVIStream.TextTrack - Class in org.monte.media.avi
-
- AbstractAVIStream.TextTrack(int, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.TextTrack
-
- AbstractAVIStream.Track - Class in org.monte.media.avi
-
Represents a track (or "stream") in an AVI file.
- AbstractAVIStream.Track(int, AbstractAVIStream.AVIMediaType, int) - Constructor for class org.monte.media.avi.AbstractAVIStream.Track
-
- AbstractAVIStream.VideoTrack - Class in org.monte.media.avi
-
Represents a video track in an AVI file.
- AbstractAVIStream.VideoTrack(int, int, Format) - Constructor for class org.monte.media.avi.AbstractAVIStream.VideoTrack
-
- AbstractCodec - Class in org.monte.media
-
AbstractCodec.
- AbstractCodec(Format[], Format[]) - Constructor for class org.monte.media.AbstractCodec
-
- AbstractCodec(Format[]) - Constructor for class org.monte.media.AbstractCodec
-
- 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.Atom(String, long) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Atom
-
Creates a new Atom at the current position of the ImageOutputStream.
- AbstractQuickTimeStream.AudioTrack - Class in org.monte.media.quicktime
-
- AbstractQuickTimeStream.AudioTrack() - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
- 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.Chunk(AbstractQuickTimeStream.Sample, int) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
-
Creates a new Chunk.
- AbstractQuickTimeStream.Chunk(AbstractQuickTimeStream.Sample, AbstractQuickTimeStream.Sample, int, int) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
-
Creates a new Chunk.
- AbstractQuickTimeStream.CompositeAtom - Class in org.monte.media.quicktime
-
A CompositeAtom contains an ordered list of Atoms.
- AbstractQuickTimeStream.CompositeAtom(String) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
-
Creates a new CompositeAtom at the current position of the
ImageOutputStream.
- AbstractQuickTimeStream.DataAtom - Class in org.monte.media.quicktime
-
Data Atom.
- AbstractQuickTimeStream.DataAtom(String) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
-
Creates a new DataAtom at the current position of the
ImageOutputStream.
- 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.Edit(int, int, double) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
-
Creates an edit.
- AbstractQuickTimeStream.Edit(int, int, int) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Edit
-
Creates an edit.
- AbstractQuickTimeStream.Group - Class in org.monte.media.quicktime
-
Groups consecutive samples with same characteristics.
- AbstractQuickTimeStream.Group(AbstractQuickTimeStream.Sample) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- AbstractQuickTimeStream.Group(AbstractQuickTimeStream.Sample, AbstractQuickTimeStream.Sample, long) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- AbstractQuickTimeStream.Group(AbstractQuickTimeStream.Group) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- AbstractQuickTimeStream.Sample - Class in org.monte.media.quicktime
-
QuickTime stores media data in samples.
- AbstractQuickTimeStream.Sample(long, long, long) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Sample
-
Creates a new sample.
- AbstractQuickTimeStream.SampleSizeGroup - Class in org.monte.media.quicktime
-
Groups consecutive samples of the same size.
- AbstractQuickTimeStream.SampleSizeGroup(AbstractQuickTimeStream.Sample) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
-
- AbstractQuickTimeStream.SampleSizeGroup(AbstractQuickTimeStream.Group) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.SampleSizeGroup
-
- AbstractQuickTimeStream.States - Enum 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.TimeToSampleGroup(AbstractQuickTimeStream.Sample) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.TimeToSampleGroup
-
- AbstractQuickTimeStream.TimeToSampleGroup(AbstractQuickTimeStream.Group) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.TimeToSampleGroup
-
- AbstractQuickTimeStream.Track - Class in org.monte.media.quicktime
-
Represents a track.
- AbstractQuickTimeStream.Track(FormatKeys.MediaType) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- AbstractQuickTimeStream.VideoTrack - Class in org.monte.media.quicktime
-
- AbstractQuickTimeStream.VideoTrack() - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
-
- AbstractQuickTimeStream.WideDataAtom - Class in org.monte.media.quicktime
-
WideDataAtom can grow larger then 4 gigabytes.
- AbstractQuickTimeStream.WideDataAtom(String) - Constructor for class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
-
Creates a new DataAtom at the current position of the
ImageOutputStream.
- 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
-
AbstractVideoCodec.
- AbstractVideoCodec(Format[], Format[]) - Constructor for class org.monte.media.AbstractVideoCodec
-
- AbstractVideoCodecCore - Class in org.monte.media
-
AbstractVideoCodecCore.
- AbstractVideoCodecCore() - Constructor for class org.monte.media.AbstractVideoCodecCore
-
- 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
-
- addActionListener(ActionListener) - Method in class org.monte.media.gui.JLabelHyperlinkHandler
-
- 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
-
Deprecated.
- addChangeListener(ChangeListener) - Method in class org.monte.media.beans.AbstractStateModel
-
- addChunk(AbstractQuickTimeStream.Chunk, boolean) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- addCollectionChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFChunk
-
- 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
-
- addTrack(Format) - Method in class org.monte.media.avi.AVIWriter
-
Adds a track.
- addTrack(Format) - Method in interface org.monte.media.MovieWriter
-
Adds a track to the writer for a suggested input format.
- addTrack(Format) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Adds a 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, long, int, int) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Deprecated.
- addVideoTrack(Format, int, int, int, int) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Deprecated.
- align() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Align to an even byte position in the input stream.
- AnimationCodec - Class in org.monte.media.quicktime
-
Implements the Apple Animation codec.
- AnimationCodec() - Constructor for class org.monte.media.quicktime.AnimationCodec
-
- append(Format) - Method in class org.monte.media.Format
-
Creates a new format which contains all properties from this format and
additional properties from that format.
- append(Object...) - Method in class org.monte.media.Format
-
Creates a new format which contains all properties from this format and
additional properties listed.
- AudioFormatKeys - Class in org.monte.media
-
Defines common format keys for audio media.
- AudioFormatKeys() - Constructor for class org.monte.media.AudioFormatKeys
-
- audioTrack - Variable in class org.monte.screenrecorder.ScreenRecorder
-
Id of the audio track.
- 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.
- 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.AVIWriter
-
- AVI_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- AVIBMPDIB - Class in org.monte.media.avi
-
This class defines the JPEG Huffman table, which is omitted in AVI MJPEG
files.
- AVIBMPDIB() - Constructor for class org.monte.media.avi.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.
- 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 in org.monte.media.avi
-
The states of the movie output stream.
- AVIPCMAudioCodec - Class in org.monte.media.avi
-
PCMAudioCodec performs sign conversion, endian conversion and
quantization conversion of PCM audio data.
- AVIPCMAudioCodec() - Constructor for class org.monte.media.avi.AVIPCMAudioCodec
-
- 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.
- AVIX_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- canDecodeInput(Object) - Method in class org.monte.media.jpeg.MJPGImageReaderSpi
-
- canImport(JComponent, DataFlavor[]) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- 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.
- changeEvent - Variable in class org.monte.media.beans.AbstractStateModel
-
- 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.AudioFormatKeys
-
The numer of ChannelsKey.
- children - Variable in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
-
- children - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.CompositeAtom
-
- CHUNK_SUBTYPE_MASK - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- 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.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.
- clearFlag(BufferFlag) - Method in class org.monte.media.Buffer
-
Convenience method for clearing a flag.
- clearFlags() - Method in class org.monte.media.Buffer
-
- cloneImage(RenderedImage) - Static method in class org.monte.media.image.Images
-
Clone the image.
- close() - Method in class org.monte.media.avi.AVIOutputStream
-
Closes the stream.
- 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.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 interface org.monte.media.MovieReader
-
- close() - Method in interface org.monte.media.MovieWriter
-
Closes the writer.
- close() - Method in interface org.monte.media.Multiplexer
-
Closes the Multiplexer.
- 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.screenrecorder.ScreenRecorder.MouseGrabber
-
- codec - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
The codec.
- Codec - Interface in org.monte.media
-
A Codec processes a Buffer and stores the result in another
Buffer.
- codec - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The codec.
- CODEC_FAILED - Static variable in interface org.monte.media.Codec
-
The codec could not handle the input.
- CODEC_INPUT_NOT_CONSUMED - Static variable in interface org.monte.media.Codec
-
The codec did not fully consume the input buffer.
- CODEC_OK - Static variable in interface org.monte.media.Codec
-
The codec successfully converted the input to output.
- CODEC_OUTPUT_NOT_FILLED - Static variable in interface org.monte.media.Codec
-
The codec did not fully fill the output buffer.
- CodecChain - Class in org.monte.media.converter
-
CodecChain.
- CodecChain(Codec, Codec) - Constructor for class org.monte.media.converter.CodecChain
-
- collectionChunks() - Method in class org.monte.media.riff.RIFFChunk
-
- Colors - Class in org.monte.media.color
-
Colors.
- compareTo(Object) - Method in class org.monte.media.FormatKey
-
- compareTo(FormatKey) - Method in class org.monte.media.FormatKey
-
- compareTo(Rational) - Method in class org.monte.media.math.Rational
-
return { -1, 0, +1 } if a < b, a = b, or a > b.
- compositeType - Variable in class org.monte.media.avi.AbstractAVIStream.CompositeChunk
-
The type of the composite.
- COMPRESSOR_NAME_AVI_TECHSMITH_SCREEN_CAPTURE - Static variable in class org.monte.media.VideoFormatKeys
-
- COMPRESSOR_NAME_QUICKTIME_ANIMATION - Static variable in class org.monte.media.VideoFormatKeys
-
- COMPRESSOR_NAME_QUICKTIME_CINEPAK - Static variable in class org.monte.media.VideoFormatKeys
-
- COMPRESSOR_NAME_QUICKTIME_JPEG - Static variable in class org.monte.media.VideoFormatKeys
-
- COMPRESSOR_NAME_QUICKTIME_PNG - Static variable in class org.monte.media.VideoFormatKeys
-
- COMPRESSOR_NAME_QUICKTIME_RAW - Static variable in class org.monte.media.VideoFormatKeys
-
- CompressorNameKey - Static variable in class org.monte.media.VideoFormatKeys
-
The compressor name.
- construct() - Method in class org.monte.media.gui.Worker
-
Compute the value to be returned by the get method.
- containsKey(FormatKey) - Method in class org.monte.media.Format
-
- containsKeys(FormatKey...) - Method in class org.monte.media.Format
-
Returns true if the format has the specified keys.
- copyImage(BufferedImage) - Static method in class org.monte.media.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.
- createCodecChain(List<Codec>) - Static method in class org.monte.media.converter.CodecChain
-
- createCodecChain(Codec...) - Static method in class org.monte.media.converter.CodecChain
-
- createImage(Class, String) - Static method in class org.monte.media.image.Images
-
- createImage(URL) - Static method in class org.monte.media.image.Images
-
- 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.
- createMovieFile(Format) - Method in class org.monte.screenrecorder.ScreenRecorder
-
Creates a file for recording the movie.
- createMovieWriter() - Method in class org.monte.screenrecorder.ScreenRecorder
-
- createReaderInstance(Object) - Method in class org.monte.media.jpeg.MJPGImageReaderSpi
-
- createTransferable(JComponent) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- creationTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
Creation time of the movie.
- currentTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The time value for current time position within the movie.
- editList - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The edit list of the track.
- encode(Buffer, Buffer) - Method in class org.monte.media.avi.DIBCodec
-
- encode(Buffer, Buffer) - Method in class org.monte.media.avi.TechSmithCodec
-
- encode(Buffer, Buffer) - Method in class org.monte.media.jpeg.JPEGCodec
-
- encodeDelta16(OutputStream, short[], short[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a 16-bit delta frame.
- encodeDelta16(ImageOutputStream, short[], short[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 16-bit delta frame.
- encodeDelta24(OutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a 24-bit delta frame.
- encodeDelta24(ImageOutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 24-bit delta frame.
- encodeDelta32(ImageOutputStream, int[], int[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 32-bit delta frame.
- encodeDelta8(OutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.avi.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.AnimationCodec
-
Encodes an 8-bit delta frame.
- encodeDelta8to24(OutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.avi.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.avi.TechSmithCodecCore
-
Encodes a 16-bit key frame.
- encodeKey16(ImageOutputStream, short[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 16-bit key frame.
- encodeKey24(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a 24-bit key frame.
- encodeKey24(ImageOutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 24-bit key frame.
- encodeKey32(ImageOutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes a 32-bit key frame.
- encodeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.TechSmithCodecCore
-
Encodes a 8-bit key frame with indexed colors.
- encodeKey8(ImageOutputStream, byte[], int, int, int, int) - Method in class org.monte.media.quicktime.AnimationCodec
-
Encodes an 8-bit key frame.
- encodeKey8to24(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.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.avi.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.avi.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.avi.TechSmithCodecCore
-
Encodes a delta frame which is known to have the same content than
the previous frame.
- ENCODING_ALAW - Static variable in class org.monte.media.AudioFormatKeys
-
Specifies a-law encoded data.
- ENCODING_AVI_DIB - Static variable in class org.monte.media.VideoFormatKeys
-
Microsoft Device Independent Bitmap (DIB) format.
- ENCODING_AVI_DOSBOX_SCREEN_CAPTURE - Static variable in class org.monte.media.VideoFormatKeys
-
DosBox Screen Capture format.
- ENCODING_AVI_MJPG - Static variable in class org.monte.media.VideoFormatKeys
-
JPEG format.
- ENCODING_AVI_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
AVI PCM encoding.
- ENCODING_AVI_PNG - Static variable in class org.monte.media.VideoFormatKeys
-
PNG format.
- ENCODING_AVI_RLE - Static variable in class org.monte.media.VideoFormatKeys
-
Microsoft Run Length format.
- ENCODING_AVI_TECHSMITH_SCREEN_CAPTURE - Static variable in class org.monte.media.VideoFormatKeys
-
Techsmith Screen Capture format.
- ENCODING_BITMAP_IMAGE - Static variable in class org.monte.media.VideoFormatKeys
-
Interleaved planar bitmap format.
- ENCODING_BLACK_CURSOR - Static variable in class org.monte.screenrecorder.ScreenRecorder
-
"Encoding" for black mouse cursor.
- ENCODING_BUFFERED_IMAGE - Static variable in class org.monte.media.VideoFormatKeys
-
- ENCODING_MP3 - Static variable in class org.monte.media.AudioFormatKeys
-
Specifies MP3 encoded data.
- ENCODING_PCM_SIGNED - Static variable in class org.monte.media.AudioFormatKeys
-
Specifies SignedKey, linear PCM data.
- ENCODING_PCM_UNSIGNED - Static variable in class org.monte.media.AudioFormatKeys
-
Specifies unsigned, linear PCM data.
- ENCODING_QUICKTIME_ANIMATION - Static variable in class org.monte.media.VideoFormatKeys
-
Animation format.
- ENCODING_QUICKTIME_CINEPAK - Static variable in class org.monte.media.VideoFormatKeys
-
Cinepak format.
- ENCODING_QUICKTIME_IN24_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
QuickTime 24-bit big endian signed PCM encoding.
- ENCODING_QUICKTIME_IN32_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
QuickTime 32-bit big endian signed PCM encoding.
- ENCODING_QUICKTIME_JPEG - Static variable in class org.monte.media.VideoFormatKeys
-
JPEG format.
- ENCODING_QUICKTIME_PNG - Static variable in class org.monte.media.VideoFormatKeys
-
PNG format.
- ENCODING_QUICKTIME_RAW - Static variable in class org.monte.media.VideoFormatKeys
-
Raw format.
- ENCODING_QUICKTIME_RAW_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
QuickTime 8-bit unsigned PCM encoding.
- ENCODING_QUICKTIME_SOWT_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
QuickTime 16-bit little endian signed PCM encoding.
- ENCODING_QUICKTIME_TWOS_PCM - Static variable in class org.monte.media.AudioFormatKeys
-
QuickTime 16-bit big endian signed PCM encoding.
- ENCODING_ULAW - Static variable in class org.monte.media.AudioFormatKeys
-
Specifies u-law encoded data.
- ENCODING_WHITE_CURSOR - Static variable in class org.monte.screenrecorder.ScreenRecorder
-
"Encoding" for white mouse cursor.
- ENCODING_YELLOW_CURSOR - Static variable in class org.monte.screenrecorder.ScreenRecorder
-
"Encoding" for yellow mouse cursor.
- EncodingKey - Static variable in class org.monte.media.FormatKeys
-
The EncodingKey.
- 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
- 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.
- equals(Object) - Method in class org.monte.media.math.Rational
-
- equals(Object) - Method in class org.monte.media.riff.RIFFChunk
-
- exportDone(JComponent, Transferable, int) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
This method is called after data has been exported.
- extraHeaders - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
List of additional header chunks.
- failed(Throwable) - Method in class org.monte.media.gui.Worker
-
Called on the event dispatching thread (not on the worker thread)
after the construct method has thrown an error.
- fccHandler - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
Optionally, contains a FOURCC that identifies a specific data
handler.
- fccType - Variable in enum org.monte.media.avi.AbstractAVIStream.AVIMediaType
-
- findTrack(int, Format) - Method in interface org.monte.media.MovieReader
-
Finds a track with the specified format.
- 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.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.
- 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() - Method in class org.monte.media.gui.Worker
-
Called on the event dispatching thread (not on the worker thread)
after the construct method has finished and after
done() or failed() has been invoked.
- finished - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.DataAtom
-
- finished - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.WideDataAtom
-
- fireStateChanged() - Method in class org.monte.media.beans.AbstractStateModel
-
Notify all listeners that have registered interest for
notification on this event type.
- firstSample - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- FixedFrameRateKey - Static variable in class org.monte.media.VideoFormatKeys
-
Whether the frame rate must be fixed.
- fixedSize - Variable in class org.monte.media.avi.AbstractAVIStream.FixedSizeDataChunk
-
- 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.
- flags - Variable in class org.monte.media.Buffer
-
A flag mask that describes the boolean attributes for this buffer.
- 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.
- 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.SubImageOutputStream
-
- format - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
The media format.
- format - Variable in class org.monte.media.Buffer
-
The format of the data in this buffer.
- Format - Class in org.monte.media
-
Specifies the format of a media, for example of audio and video.
- Format(Map<FormatKey, Object>) - Constructor for class org.monte.media.Format
-
Creates a new format onlyWith the specified properties.
- Format(Object...) - Constructor for class org.monte.media.Format
-
Creates a new format onlyWith the specified properties.
- format - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The format of the media in the track.
- FormatKey<T> - Class in org.monte.media
-
A
FormatKey provides type-safe access to an attribute of
a
Format.
- FormatKey(String, Class<T>) - Constructor for class org.monte.media.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.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.FormatKey
-
Creates a new instance with the specified attribute key, type token class,
default value null, and allowing null values.
- FormatKeys - Class in org.monte.media
-
Defines common FormatKey's.
- FormatKeys() - Constructor for class org.monte.media.FormatKeys
-
- FormatKeys.MediaType - Enum in org.monte.media
-
- FrameRateKey - Static variable in class org.monte.media.FormatKeys
-
The number of frames per second.
- FrameSizeKey - Static variable in class org.monte.media.AudioFormatKeys
-
The size of a frame.
- fromAudioFormat(AudioFormat) - Static method in class org.monte.media.AudioFormatKeys
-
- 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(FormatKey<T>) - Method in class org.monte.media.Format
-
- get(FormatKey<T>, T) - Method in class org.monte.media.Format
-
- getARGB32(Buffer) - Method in class org.monte.media.AbstractVideoCodec
-
Gets 32-bit ARGB pixels from a buffer.
- getAudioLevelLeft() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Returns the audio level of the left channel or of the mono channel.
- getAudioLevelRight() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Returns the audio level of the right channel.
- getAudioMixer() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Gets the audio mixer used for sound input.
- 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.AbstractVideoCodec
-
Gets a buffered image from a buffer.
- getChunkCount(int) - Method in interface org.monte.media.MovieReader
-
Returns the number of media data chunks in the specified track.
- getChunkOffset() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.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.Registry
-
Gets a codec which can transcode from the specified input format to the
specified output format.
- getCodecClasses(Format, Format) - Method in class org.monte.media.DefaultRegistry
-
- getCodecClasses(Format, Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can transcode from the specified input format to
the specified output format.
- getCodecs(Format, Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can transcode from the specified input format to
the specified output format.
- getCollectionChunks(int) - Method in class org.monte.media.riff.RIFFChunk
-
- 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.
- getCreatedMovieFiles() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Returns a list of all files that the screen recorder created.
- getCreationTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the creation time of the movie.
- 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.
- getDecoder(Format) - Method in class org.monte.media.Registry
-
Gets the first codec which can decode the specified format.
- getDecoderClasses(Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can decode the specified format.
- getDecoders(Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can decode the specified format.
- getDenominator() - Method in class org.monte.media.math.Rational
-
- getDescription(Locale) - Method in class org.monte.media.jpeg.MJPGImageReaderSpi
-
- getDuration(int) - Method in class org.monte.media.avi.AVIWriter
-
Returns the media duration of the track in seconds.
- getDuration() - Method in interface org.monte.media.MovieReader
-
Returns the total duration of the movie .
- getDuration(int) - Method in interface org.monte.media.MovieReader
-
Returns the duration of the specified track.
- getDuration(int) - Method in interface org.monte.media.MovieWriter
-
Returns the duration of the track in seconds.
- 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.converter.CodecChain
-
- getEncoder(Format) - Method in class org.monte.media.Registry
-
Gets the first codec which can encode the specified foramt.
- getEncoderClasses(Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can decode the specified format.
- getEncoders(Format) - Method in class org.monte.media.Registry
-
Gets all codecs which can encode the specified format.
- getError() - Method in class org.monte.media.gui.Worker
-
Get the error produced by the worker thread, or null if it
hasn't thrown one.
- getExtension(Format) - Method in class org.monte.media.DefaultRegistry
-
- getExtension(Format) - Method in class org.monte.media.Registry
-
- getExtraHeaderFourCCs(int) - Method in class org.monte.media.avi.AVIOutputStream
-
Returns the fourcc's of all extra stream headers.
- getFileFilter() - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- getFileFormat() - Method in class org.monte.media.avi.AVIWriter
-
- getFileFormat(File) - Method in class org.monte.media.DefaultRegistry
-
- getFileFormat() - Method in interface org.monte.media.MovieReader
-
Returns the file format.
- getFileFormat() - Method in interface org.monte.media.MovieWriter
-
Returns the file format.
- getFileFormat() - Method in class org.monte.media.quicktime.QuickTimeWriter
-
- getFileFormat(File) - Method in class org.monte.media.Registry
-
- getFileFormats() - Method in class org.monte.media.DefaultRegistry
-
- getFileFormats() - Method in class org.monte.media.Registry
-
- getFlushedPosition() - Method in class org.monte.media.io.SubImageOutputStream
-
- getFormat(int) - Method in class org.monte.media.avi.AVIWriter
-
- getFormat(int) - Method in interface org.monte.media.MovieReader
-
Returns the media format of the specified track.
- getFormat(int) - Method in interface org.monte.media.MovieWriter
-
Returns the media format of the specified track.
- getFormat(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
- getHeight(int) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- getID() - Method in class org.monte.media.riff.RIFFChunk
-
- getImageMetadata(int) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- getImageTypes(int) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- getImportFlavor(DataFlavor[], JComponent) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
Try to find a flavor that can be used to import a Transferable.
- getIndexed8(Buffer) - Method in class org.monte.media.AbstractVideoCodec
-
Gets 8-bit indexed pixels from a buffer.
- getInputFormat() - Method in class org.monte.media.AbstractCodec
-
- getInputFormat() - Method in interface org.monte.media.Codec
-
- getInputFormat() - Method in class org.monte.media.converter.CodecChain
-
- getInputFormats() - Method in class org.monte.media.AbstractCodec
-
- getInputFormats() - Method in interface org.monte.media.Codec
-
Lists all of the input formats that this codec accepts.
- getInputFormats() - Method in class org.monte.media.converter.CodecChain
-
- getInstance() - Static method in class org.monte.media.Registry
-
- getKey() - Method in class org.monte.media.FormatKey
-
Returns the key string.
- getKeys() - Method in class org.monte.media.Format
-
Gets the keys of the format as an unmodifiable set.
- getLabel() - Method in class org.monte.media.gui.JLabelHyperlinkHandler
-
- getMaxFileSize() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Maximal file size.
- getMaxRecordingTime() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Maximal recording time in milliseconds.
- getMediaDuration(int) - Method in class org.monte.media.avi.AVIOutputStream
-
Returns the duration of the track in media time scale.
- getMediaDuration(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns the media duration of a track in the media's time scale.
- getMediaTimeScale(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns the time scale of the media in a track.
- getModificationTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Gets the modification time of the movie.
- 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.QuickTimeOutputStream
-
Returns the time scale of the 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.AbstractCodec
-
- getName() - Method in interface org.monte.media.Codec
-
Returns a human readable name of the codec.
- getName() - Method in class org.monte.media.converter.CodecChain
-
- getName() - Method in class org.monte.media.FormatKey
-
Returns the pretty name string.
- getNumerator() - Method in class org.monte.media.math.Rational
-
- getNumImages(boolean) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- 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
- getOutputFormat() - Method in class org.monte.media.AbstractCodec
-
- getOutputFormat() - Method in interface org.monte.media.Codec
-
- getOutputFormat() - Method in class org.monte.media.converter.CodecChain
-
- getOutputFormats(Format) - Method in class org.monte.media.AbstractCodec
-
- getOutputFormats(Format) - Method in interface org.monte.media.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.converter.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
-
- getPalette() - Method in class org.monte.media.avi.TechSmithCodecCore
-
- getParserMessage() - Method in class org.monte.media.riff.RIFFChunk
-
- 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.QuickTimeOutputStream
-
Gets the preferred rate at which to play this movie.
- 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.QuickTimeOutputStream
-
Gets the duration of the movie preview in movie time scale units.
- 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.Format
-
Gets the properties of the format as an unmodifiable map.
- getPropertyChunk(int) - Method in class org.monte.media.riff.RIFFChunk
-
- getReader(Format, File) - Method in class org.monte.media.Registry
-
- getReader(File) - Method in class org.monte.media.Registry
-
- getReaderClasses(Format) - Method in class org.monte.media.DefaultRegistry
-
- getReaderClasses(Format) - Method in class org.monte.media.Registry
-
Gets all reader class names from the registry for the specified file
format.
- getReaderFormats() - Method in class org.monte.media.DefaultRegistry
-
- getReaderFormats() - Method in class org.monte.media.Registry
-
- getReadTime(int) - Method in interface org.monte.media.MovieReader
-
Returns the current time of the track.
- 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.
- getRGB15(Buffer) - Method in class org.monte.media.AbstractVideoCodec
-
Gets 15-bit RGB pixels from a buffer.
- getRGB16(Buffer) - Method in class org.monte.media.AbstractVideoCodec
-
Gets 16-bit RGB-5-6-5 pixels from a buffer.
- getRGB24(Buffer) - Method in class org.monte.media.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 class org.monte.media.quicktime.AbstractQuickTimeStream.Group
-
- getSampleCount() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- getSampleDuration() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.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.
- 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).
- getScreenRecorder() - Method in class org.monte.screenrecorder.JAudioMonitor
-
- getSelectionDuration() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
The duration of the current selection in movie time scale units.
- getSelectionTime() - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
The time value for the start time of the current selection.
- getSize() - Method in class org.monte.media.riff.RIFFChunk
-
- getSourceActions(JComponent) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
This is the type of transfer actions supported by the source.
- getStartTime() - Method in class org.monte.screenrecorder.ScreenRecorder
-
- getState() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Returns the state of the recorder.
- getStateMessage() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Returns the state of the recorder.
- getStopTime() - Method in class org.monte.screenrecorder.ScreenRecorder.MouseGrabber
-
- getStreamMetadata() - Method in class org.monte.media.jpeg.MJPGImageReader
-
- 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.SeekableByteArrayOutputStream
-
Returns the current byte position of the stream.
- getStreamPosition() - Method in class org.monte.media.io.SubImageOutputStream
-
- 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.
- getTrackCount() - Method in class org.monte.media.avi.AVIWriter
-
- getTrackCount() - Method in interface org.monte.media.MovieReader
-
Returns the number of tracks.
- getTrackCount() - Method in interface org.monte.media.MovieWriter
-
Returns the number of tracks.
- getTrackCount() - Method in class org.monte.media.quicktime.QuickTimeWriter
-
- getTrackDuration(long) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
Gets the track duration in the movie time scale.
- getTrackDuration(int) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Returns the track duration in the movie's time scale.
- 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
-
- 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.
- getValue() - Method in class org.monte.media.gui.Worker
-
Get the value produced by the worker thread, or null if it
hasn't been constructed yet.
- getValueClass() - Method in class org.monte.media.FormatKey
-
- 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(int) - Method in class org.monte.media.avi.AVIOutputStream
-
Gets the dimension of a track.
- getWidth(int) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- getWriter(File) - Method in class org.monte.media.Registry
-
- getWriter(Format, File) - Method in class org.monte.media.Registry
-
- getWriterClasses(Format) - Method in class org.monte.media.DefaultRegistry
-
- getWriterClasses(Format) - Method in class org.monte.media.Registry
-
Gets all writer class names from the registry for the specified file
format.
- getWriterFormats() - Method in class org.monte.media.DefaultRegistry
-
- getWriterFormats() - Method in class org.monte.media.Registry
-
- idToString(int) - Static method in class org.monte.media.riff.RIFFParser
-
Convert an integer IFF identifier to String.
- IDX1_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- 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.
- importData(JComponent, Transferable) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- incCount(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Increases the written counter by the specified value
until it reaches Long.MAX_VALUE.
- init() - Method in class org.monte.media.DefaultRegistry
-
- init() - Method in class org.monte.media.Registry
-
Initializes the registry.
- 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.
- 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.AbstractCodec
-
- inputFormats - Variable in class org.monte.media.AbstractCodec
-
- inputTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
Start time of the first buffer that was added to the track.
- InterlaceKey - Static variable in class org.monte.media.VideoFormatKeys
-
Whether the video is interlaced.
- intersectKeys(FormatKey...) - Method in class org.monte.media.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.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, String) - Static method in class org.monte.media.util.Methods
-
Invokes the specified accessible method with a string parameter 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, int) - Static method in class org.monte.media.util.Methods
-
Invokes the specified 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, 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.
- 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, boolean) - 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, float) - 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, 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(String, 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 the specified parameterless method if it exists.
- invokeStatic(Class, 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[]) - 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.
- isAssignable(Object) - Method in class org.monte.media.FormatKey
-
Returns true if the specified value is assignable with this key.
- isCached() - Method in class org.monte.media.io.SubImageOutputStream
-
Default implementation returns false.
- isCachedFile() - Method in class org.monte.media.io.SubImageOutputStream
-
- isCachedMemory() - Method in class org.monte.media.io.SubImageOutputStream
-
Default implementation returns false.
- 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.FormatKey
-
- isDataChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFParser
-
Checks whether the ID of the chunk has been declared as a
data chunk.
- isDataLimitReached() - Method in class org.monte.media.avi.AVIOutputStream
-
Returns true if the limit for media samples has been reached.
- isDataLimitReached() - Method in interface org.monte.media.MovieWriter
-
Returns true if the limit for media data has been reached.
- 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.
- isEmpty(int) - Method in class org.monte.media.avi.AVIWriter
-
- isEmpty(int) - Method in interface org.monte.media.MovieWriter
-
Returns true if the specified track has no samples.
- isEmpty() - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- isEmpty(int) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
- isFlag(BufferFlag) - Method in class org.monte.media.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 wether the argument represents a valid RIFF GroupID.
- isGroupType(int) - Static method in class org.monte.media.riff.RIFFParser
-
Checks wether the argument represents a valid RIFF Group Type.
- isID(int) - Static method in class org.monte.media.riff.RIFFParser
-
Checks if the argument represents a valid RIFF ID.
- 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.
- isPropertyChunk(RIFFChunk) - Method in class org.monte.media.riff.RIFFParser
-
Checks wether the ID of the chunk has been declared as a
property chunk.
- isVFRSupported() - Method in class org.monte.media.avi.AVIWriter
-
- isVFRSupported() - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Returns true because QuickTime supports variable frame rates.
- isZero() - Method in class org.monte.media.math.Rational
-
- MAC_TIMESTAMP_EPOCH - Static variable in class org.monte.media.quicktime.DataAtomOutputStream
-
- main(String[]) - Static method in class org.monte.media.math.IntMath
-
- main(String[]) - Static method in class org.monte.screenrecorder.JRecordingAreaFrame
-
- main(String[]) - Static method in class org.monte.screenrecorder.ScreenRecorderCompactMain
-
- main(String[]) - Static method in class org.monte.screenrecorder.ScreenRecorderMain
-
- main(String[]) - Static method in class ScreenRecorder
-
- 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.riff.RIFFPrimitivesInputStream
-
Marks the input stream.
- markSupported() - Method in class org.monte.media.io.ImageInputStreamAdapter
-
Tests if this input stream supports the mark
and reset methods.
- matches(Format) - Method in class org.monte.media.Format
-
Returns true if that format matches this format.
- matchesWithout(Format, FormatKey...) - Method in class org.monte.media.Format
-
- matrix - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The transformation matrix of the track.
- max(Rational, Rational) - Static method in class org.monte.media.math.Rational
-
- maxBytesPerSec - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
-
- maxSampleCount - Static variable in class org.monte.media.quicktime.AbstractQuickTimeStream.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
-
- maybeAddSample(AbstractQuickTimeStream.Sample, int) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
-
Returns true, if the sample was added to the chunk.
- 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.
- 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.
- 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.
- mediaDuration - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
The duration of the media in this track in media time units.
- 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.
- 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).
- mediaTimeScale - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
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.
- MediaTypeKey - Static variable in class org.monte.media.FormatKeys
-
The media MediaTypeKey.
- 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.
- MIME_ANIM - Static variable in class org.monte.media.FormatKeys
-
- MIME_AVI - Static variable in class org.monte.media.FormatKeys
-
- MIME_IMAGE_SEQUENCE - Static variable in class org.monte.media.FormatKeys
-
- MIME_JAVA - Static variable in class org.monte.media.FormatKeys
-
- MIME_MP4 - Static variable in class org.monte.media.FormatKeys
-
- MIME_QUICKTIME - Static variable in class org.monte.media.FormatKeys
-
- MimeTypeKey - Static variable in class org.monte.media.FormatKeys
-
The mime type.
- min(Rational, Rational) - Static method in class org.monte.media.math.Rational
-
- MJPGImageReader - Class in org.monte.media.jpeg
-
Reads an image in the Motion JPEG (MJPG) format.
- MJPGImageReader(ImageReaderSpi) - Constructor for class org.monte.media.jpeg.MJPGImageReader
-
- MJPGImageReaderSpi - Class in org.monte.media.jpeg
-
ImageIO service provider interface for images in the Motion JPEG (MJPG)
format.
- MJPGImageReaderSpi() - Constructor for class org.monte.media.jpeg.MJPGImageReaderSpi
-
- modificationTime - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
Modification time of the movie.
- moovAtom - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
This atom holds the moovie header.
- mouseCaptureTimer - Variable in class org.monte.screenrecorder.ScreenRecorder
-
Timer for mouse captures.
- mouseFormat - Variable in class org.monte.screenrecorder.ScreenRecorder
-
The input video format for cursor capture.
- mouseFuture - Variable in class org.monte.screenrecorder.ScreenRecorder
-
- mouseGrabber - Variable in class org.monte.screenrecorder.ScreenRecorder
-
- 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.
- movieFolder - Variable in class org.monte.screenrecorder.ScreenRecorder
-
Where to store the movie.
- movieMatrix - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The transformation matrix for the entire movie.
- MovieReader - Interface in org.monte.media
-
A simple API for reading movie data (audio and video) from a file.
- movieTimeScale - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
The timeScale of the movie.
- MovieWriter - Interface in org.monte.media
-
A simple API for writing movie data (audio and video) into a file.
- Multiplexer - Interface in org.monte.media
-
A Multiplexer can write multiple media tracks into a
single output stream.
- multiply(Rational) - Method in class org.monte.media.math.Rational
-
- multiply(long) - Method in class org.monte.media.math.Rational
-
- 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 TIFF RATIONAL number.
- 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
-
- RawCodec - Class in org.monte.media.quicktime
-
RawCodec encodes a BufferedImage as a byte[] array.
- RawCodec() - Constructor for class org.monte.media.quicktime.RawCodec
-
- read() - Method in class org.monte.media.io.ByteArrayImageInputStream
-
Reads the next byte of data from this input stream.
- 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() - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Reads the next byte of data 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() - Method in class org.monte.media.io.ImageInputStreamAdapter
-
Reads the next byte of data from this input stream.
- 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() - Method in class org.monte.media.io.SubImageOutputStream
-
- read(byte[], int, int) - Method in class org.monte.media.io.SubImageOutputStream
-
- read() - Method in class org.monte.media.io.UncachedImageInputStream
-
- read(byte[], int, int) - Method in class org.monte.media.io.UncachedImageInputStream
-
- read(int, ImageReadParam) - Method in class org.monte.media.jpeg.MJPGImageReader
-
- read(int, Buffer) - Method in interface org.monte.media.MovieReader
-
Reads the next sample chunk from the specified track.
- read() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Reads one byte.
- read(byte[], int, int) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Reads a sequence of bytes.
- 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[], int, int) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Reads a sequence of bytes.
- readIndex - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
The current chunk index of the reader.
- readInt() - Method in class org.monte.media.io.ImageInputStreamImpl2
-
- readInt24LE(ImageInputStream) - Method in class org.monte.media.AbstractVideoCodecCore
-
- readInts24LE(ImageInputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
- readKey24(int[], int, int, BufferedImage) - Method in class org.monte.media.avi.DIBCodec
-
- readKey4(byte[], int, int, BufferedImage) - Method in class org.monte.media.avi.DIBCodec
-
- readKey8(byte[], int, int, BufferedImage) - Method in class org.monte.media.avi.DIBCodec
-
- 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.
- readRGB555to24(ImageInputStream) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readRGB555to24LE(ImageInputStream) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readRGB565to24(ImageInputStream) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readRGBs555to24(ImageInputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readRGBs555to24LE(ImageInputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readRGBs565to24(ImageInputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
Reads 16-bit RGB and converts it to 24-bit RGB.
- readShort() - Method in class org.monte.media.io.ImageInputStreamImpl2
-
- 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.
- 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.
- 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.
- REC_ID - Static variable in class org.monte.media.avi.AbstractAVIStream
-
- recordingStartTime - Variable in class org.monte.screenrecorder.ScreenRecorder
-
The start time of the recording.
- recordingStopTime - Variable in class org.monte.screenrecorder.ScreenRecorder
-
The stop time of the recording.
- Registry - Class in org.monte.media
-
The Registry for audio and video codecs.
- Registry() - Constructor for class org.monte.media.Registry
-
- removeActionListener(ActionListener) - Method in class org.monte.media.gui.JLabelHyperlinkHandler
-
- removeChangeListener(ChangeListener) - Method in class org.monte.media.beans.AbstractStateModel
-
- removeKeys(FormatKey...) - Method in class org.monte.media.Format
-
Creates a new format without the specified keys.
- reportElapsedTime() - Method in class org.monte.media.converter.CodecChain
-
- reset() - Method in class org.monte.media.AbstractCodec
-
Empty implementation of the reset method.
- reset() - Method in class org.monte.media.avi.RunLengthCodec
-
- reset() - Method in class org.monte.media.avi.TechSmithCodec
-
- reset() - Method in class org.monte.media.avi.TechSmithCodecCore
-
- reset() - Method in interface org.monte.media.Codec
-
Resets the state of the codec.
- reset() - Method in class org.monte.media.converter.CodecChain
-
- 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.quicktime.AnimationCodec
-
- reset() - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Repositions the stream at the previously marked position.
- 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.
- 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
-
- run() - Method in class org.monte.media.gui.Worker
-
Calls #construct on the current thread and invokes
#done on the AWT event dispatcher thread.
- run() - Method in class org.monte.screenrecorder.ScreenRecorder.MouseGrabber
-
- RunLengthCodec - Class in org.monte.media.avi
-
RunLengthCodec encodes a BufferedImage as a byte[] array.
- RunLengthCodec() - Constructor for class org.monte.media.avi.RunLengthCodec
-
- sampleCount - Variable in class org.monte.media.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.
- sampleDescriptionId - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Chunk
-
- sampleDuration - Variable in class org.monte.media.Buffer
-
Duration of a sample in seconds.
- SampleRateKey - Static variable in class org.monte.media.AudioFormatKeys
-
The number of frames per second.
- samples - Variable in class org.monte.media.avi.AbstractAVIStream.Track
-
List of samples.
- SampleSizeInBitsKey - Static variable in class org.monte.media.AudioFormatKeys
-
The sample size in bits.
- sampleSizes - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
List of SampleSize entries.
- samplesPerSec - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Sample rate, in samples per second (hertz).
- sampleToTime(int, long) - Method in interface org.monte.media.MovieReader
-
Returns the time for the specified sample number.
- 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.converter
-
Scales a buffered image.
- ScaleImageCodec() - Constructor for class org.monte.media.converter.ScaleImageCodec
-
- 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).
- ScreenRecorder - Class in org.monte.screenrecorder
-
A screen recorder written in pure Java.
- ScreenRecorder(GraphicsConfiguration) - Constructor for class org.monte.screenrecorder.ScreenRecorder
-
Creates a screen recorder.
- ScreenRecorder(GraphicsConfiguration, Format, Format, Format, Format) - Constructor for class org.monte.screenrecorder.ScreenRecorder
-
Creates a screen recorder.
- ScreenRecorder(GraphicsConfiguration, Rectangle, Format, Format, Format, Format) - Constructor for class org.monte.screenrecorder.ScreenRecorder
-
Creates a screen recorder.
- ScreenRecorder(GraphicsConfiguration, Rectangle, Format, Format, Format, Format, File) - Constructor for class org.monte.screenrecorder.ScreenRecorder
-
Creates a screen recorder.
- ScreenRecorder - Class in <Unnamed>
-
ScreenRecorder.
- ScreenRecorder() - Constructor for class ScreenRecorder
-
- ScreenRecorder.MouseGrabber - Class in org.monte.screenrecorder
-
- ScreenRecorder.MouseGrabber(ScreenRecorder, long, ScheduledThreadPoolExecutor) - Constructor for class org.monte.screenrecorder.ScreenRecorder.MouseGrabber
-
- ScreenRecorder.State - Enum in org.monte.screenrecorder
-
- ScreenRecorderCompactMain - Class in org.monte.screenrecorder
-
ScreenRecorderMain.
- ScreenRecorderCompactMain() - Constructor for class org.monte.screenrecorder.ScreenRecorderCompactMain
-
Creates new form ScreenRecorderMain
- ScreenRecorderMain - Class in org.monte.screenrecorder
-
ScreenRecorderMain.
- ScreenRecorderMain() - Constructor for class org.monte.screenrecorder.ScreenRecorderMain
-
Creates new form ScreenRecorderMain
- 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.SeekableByteArrayOutputStream
-
Sets the current stream position to the desired location.
- seek(long) - Method in class org.monte.media.io.SubImageOutputStream
-
- seek(long) - Method in class org.monte.media.io.UncachedImageInputStream
-
- 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(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.
- SeekableByteArrayOutputStream(byte[]) - Constructor for class org.monte.media.io.SeekableByteArrayOutputStream
-
Creates a new byte array output stream, which reuses the supplied buffer.
- 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
-
- selectionDuration - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream
-
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.
- sequenceNumber - Variable in class org.monte.media.Buffer
-
Sequence number of the buffer.
- serialVersionUID - Static variable in exception org.monte.media.AbortException
-
- serialVersionUID - Static variable in class org.monte.media.FormatKey
-
- serialVersionUID - Static variable in class org.monte.media.math.Rational
-
- serialVersionUID - Static variable in exception org.monte.media.ParseException
-
- setActionListener(ActionListener) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- setAudioMixer(Mixer) - Method in class org.monte.screenrecorder.ScreenRecorder
-
Sets the audio mixer for sound input.
- 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.
- 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.
- 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.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.
- setDataTo(Buffer) - Method in class org.monte.media.Buffer
-
Sets data, offset, length and header
of this buffer to that buffer.
- setEditList(int, AbstractQuickTimeStream.Edit[]) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the edit list for the specified track.
- setFileFilter(FileFilter) - Method in class org.monte.media.gui.datatransfer.DropFileTransferHandler
-
- setFlag(BufferFlag) - Method in class org.monte.media.Buffer
-
Convenience method for setting a flag.
- setFlag(BufferFlag, boolean) - Method in class org.monte.media.Buffer
-
Sets or clears the specified flag.
- setFlagsTo(BufferFlag...) - Method in class org.monte.media.Buffer
-
Clears all flags, and then sets the specified flag.
- setFlagsTo(EnumSet<BufferFlag>) - Method in class org.monte.media.Buffer
-
Clears all flags, and then sets the specified flag.
- setFuture(ScheduledFuture) - Method in class org.monte.screenrecorder.ScreenRecorder.MouseGrabber
-
- setInputFormat(Format) - Method in class org.monte.media.AbstractCodec
-
- setInputFormat(Format) - Method in interface org.monte.media.Codec
-
Sets the input format.
- setInputFormat(Format) - Method in class org.monte.media.converter.CodecChain
-
- setLabel(JLabel) - Method in class org.monte.media.gui.JLabelHyperlinkHandler
-
- setMaxFileSize(long) - Method in class org.monte.screenrecorder.ScreenRecorder
-
- setMaxRecordingTime(long) - Method in class org.monte.screenrecorder.ScreenRecorder
-
Maximal recording time in milliseconds.
- setMetaTo(Buffer) - Method in class org.monte.media.Buffer
-
Sets all variables of this buffer to that buffer except for data,
offset, length and header.
- setModificationTime(Date) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the modification time of the movie.
- setMousePressed(boolean) - Method in class org.monte.screenrecorder.ScreenRecorder.MouseGrabber
-
- setMovieReadTime(Rational) - Method in interface org.monte.media.MovieReader
-
Sets the read time of all tracks to the closest sync sample before or
at the specified time.
- 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.
- 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
-
- setOutputFormat(Format) - Method in class org.monte.media.AbstractCodec
-
- setOutputFormat(Format) - Method in interface org.monte.media.Codec
-
Sets the output format.
- setOutputFormat(Format) - Method in class org.monte.media.converter.CodecChain
-
- setOutputFormat(Format) - Method in class org.monte.media.converter.ScaleImageCodec
-
- setOutputFormat(Format) - Method in class org.monte.media.png.PNGCodec
-
- setOutputFormat(Format) - Method in class org.monte.media.quicktime.AnimationCodec
-
- setPalette(int, ColorModel) - Method in class org.monte.media.avi.AVIOutputStream
-
Sets the global color palette.
- setPalette(byte[], byte[], byte[]) - Method in class org.monte.media.avi.TechSmithCodecCore
-
- setParserMessage(String) - Method in class org.monte.media.riff.RIFFChunk
-
- 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.QuickTimeOutputStream
-
Sets the preferred rate at which to play this movie.
- 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.QuickTimeOutputStream
-
Gets the duration of the movie preview in movie time scale units.
- setPreviewTime(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
The time value in the movie at which the preview begins.
- setScreenRecorder(ScreenRecorder) - Method in class org.monte.screenrecorder.JAudioMonitor
-
- setSelectionDuration(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
The duration of the current selection in movie time scale units.
- setSelectionTime(long) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
The time value for the start time of the current selection.
- setSettingsEnabled(boolean) - Method in class org.monte.screenrecorder.ScreenRecorderCompactMain
-
- setSettingsEnabled(boolean) - Method in class org.monte.screenrecorder.ScreenRecorderMain
-
- setStopTime(long) - Method in class org.monte.screenrecorder.ScreenRecorder.MouseGrabber
-
- 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.
- setTransformationMatrix(int, double[]) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the transformation matrix of the specified track.
- setVideoColorTable(int, ColorModel) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Sets the color table for videos with indexed color models.
- SignedKey - Static variable in class org.monte.media.AudioFormatKeys
-
Whether values are signed.
- SilenceBugKey - Static variable in class org.monte.media.AudioFormatKeys
-
Whether silence is encoded as -128 instead of 0.
- 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 - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
-
Width and height of the movie.
- 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.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.riff.RIFFPrimitivesInputStream
-
Skips over and discards n bytes of data from this input stream.
- skipFully(long) - Method in class org.monte.media.riff.RIFFPrimitivesInputStream
-
Skips over and discards n bytes of data from this input stream.
- 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.
- soundBytesPerPacket - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
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.
- soundCompressionId - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Sound compressionId.
- soundNumberOfChannels - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Number of sound channels used by the sound sample.
- soundSampleRate - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Sound sample rate.
- soundSampleSize - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Number of bits per audio sample before compression.
- soundSamplesPerPacket - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
Sound stsd samples per packet.
- split(Image, int, boolean) - Static method in class org.monte.media.image.Images
-
Splits an image into count subimages.
- start() - Method in class org.monte.media.gui.Worker
-
Starts the Worker on an internal worker thread.
- start() - Method in class org.monte.screenrecorder.JAudioMonitor
-
- start() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Starts the screen recorder.
- startMouseCapture() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Starts mouse capture.
- 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.screenrecorder.JAudioMonitor
-
- stop() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Stops the screen recorder.
- stopMouseCapture() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Stops mouse capturing.
- 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.
- 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.
- SubImageOutputStream - Class in org.monte.media.io
-
SubImageOutputStream.
- SubImageOutputStream(ImageOutputStream, ByteOrder, boolean) - Constructor for class org.monte.media.io.SubImageOutputStream
-
- SubImageOutputStream(ImageOutputStream, long, ByteOrder, boolean) - Constructor for class org.monte.media.io.SubImageOutputStream
-
- subtract(Rational) - Method in class org.monte.media.math.Rational
-
Warning.
- suggestedBufferSize - Variable in class org.monte.media.avi.AbstractAVIStream.MainHeader
-
- suggestOutputFormats(Format, Format) - Method in class org.monte.media.Registry
-
Suggests output formats for the given input media format and specified
file format.
- 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).
- syncSamples - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
List of sync samples.
- valueOf(String) - Static method in enum org.monte.media.avi.AbstractAVIStream.AVIMediaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.monte.media.avi.AVIOutputStream.States
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.monte.media.BufferFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.monte.media.FormatKeys.MediaType
-
Returns the enum constant of this type with the specified name.
- valueOf(double) - Static method in class org.monte.media.math.Rational
-
- valueOf(long, long) - Static method in class org.monte.media.math.Rational
-
- valueOf(BigInteger, BigInteger) - Static method in class org.monte.media.math.Rational
-
- valueOf(String) - Static method in class org.monte.media.math.Rational
-
Parses a string.
- valueOf(String) - Static method in enum org.monte.media.quicktime.AbstractQuickTimeStream.States
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.monte.screenrecorder.ScreenRecorder.State
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.monte.media.avi.AbstractAVIStream.AVIMediaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.monte.media.avi.AVIOutputStream.States
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.monte.media.BufferFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.monte.media.FormatKeys.MediaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.monte.media.quicktime.AbstractQuickTimeStream.States
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.monte.screenrecorder.ScreenRecorder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.
- videoDepth - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
-
Number of bits per ixel.
- VideoFormatKeys - Class in org.monte.media
-
Defines common format keys for video media.
- VideoFormatKeys() - Constructor for class org.monte.media.VideoFormatKeys
-
- videoQuality - Variable in class org.monte.media.avi.AbstractAVIStream.VideoTrack
-
The video compression quality.
- videoQuality - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
-
The video compression quality.
- videoTrack - Variable in class org.monte.screenrecorder.ScreenRecorder
-
Id of the video track.
- 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.
- waitUntilMouseCaptureStopped() - Method in class org.monte.screenrecorder.ScreenRecorder
-
Waits until mouse capturing stopped.
- 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
-
- wFormatTag - Variable in class org.monte.media.avi.AbstractAVIStream.AudioTrack
-
Waveform-audio format type.
- width - Variable in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- WidthKey - Static variable in class org.monte.media.VideoFormatKeys
-
The WidthKey of a video frame.
- Worker<T> - Class in org.monte.media.gui
-
This is an abstract class that you can subclass to
perform GUI-related work in a dedicated event dispatcher.
- Worker() - Constructor for class org.monte.media.gui.Worker
-
- 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, 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) - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Writes the specified byte to this output stream.
- write(byte[]) - Method in class org.monte.media.io.ByteArrayImageOutputStream
-
Writes the specified byte array to this 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(int) - Method in class org.monte.media.io.ImageOutputStreamAdapter
-
Writes the specified byte 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.io.ImageOutputStreamAdapter
-
Writes len bytes from the specified
byte array starting at offset off 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(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(int) - Method in class org.monte.media.io.SubImageOutputStream
-
- write(byte[], int, int) - Method in class org.monte.media.io.SubImageOutputStream
-
- write(int, Buffer) - Method in interface org.monte.media.MovieWriter
-
Writes a sample into the specified track.
- write(int, Buffer) - Method in interface org.monte.media.Multiplexer
-
Writes a sample.
- 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(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, Buffer) - Method in class org.monte.media.quicktime.QuickTimeWriter
-
Writes a sample.
- 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, 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(Buffer) - Method in class org.monte.screenrecorder.ScreenRecorder
-
Writes a buffer into the movie.
- write16STo16U(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.audio.PCMAudioCodec
-
16-bit audio data signed in and unsigned out.
- write16STo8U(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.audio.PCMAudioCodec
-
Signed 16-bit audio data in, unsigned 8-bit out.
- write16To16(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.audio.PCMAudioCodec
-
16-bit audio data in and out.
- write16UTo16S(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.audio.PCMAudioCodec
-
16-bit audio data unsigned in and signed out.
- write8STo8S(ImageInputStream, ImageOutputStream, boolean) - Method in class org.monte.media.audio.PCMAudioCodec
-
Signed 8-bit audio data in, signed out.
- write8STo8U(ImageInputStream, ImageOutputStream, boolean) - Method in class org.monte.media.audio.PCMAudioCodec
-
Signed 8-bit audio data in, unsigned out.
- write8To8(ImageInputStream, ImageOutputStream) - Method in class org.monte.media.audio.PCMAudioCodec
-
8-bit audio data in and out.
- write8UTo8S(ImageInputStream, ImageOutputStream, boolean) - Method in class org.monte.media.audio.PCMAudioCodec
-
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.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.RunLengthCodec
-
Encodes an 8-bit key frame.
- writeDelta8(ImageOutputStream, byte[], byte[], int, int, int, int) - Method in class org.monte.media.avi.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.
- 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(ImageOutputStream, int) - Method in class org.monte.media.AbstractVideoCodec
-
- writeInt24(ImageOutputStream, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
- writeInt24(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- writeInt24LE(ImageOutputStream, int) - Method in class org.monte.media.AbstractVideoCodec
-
- writeInt24LE(ImageOutputStream, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
- writeInts(int[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- writeInts24(ImageOutputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodec
-
- writeInts24(ImageOutputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
- writeInts24(int[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- writeInts24LE(ImageOutputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodec
-
- writeInts24LE(ImageOutputStream, int[], int, int) - Method in class org.monte.media.AbstractVideoCodecCore
-
- writeKey16(OutputStream, short[], int, int, int, int) - Method in class org.monte.media.quicktime.RawCodec
-
Encodes a 24-bit key frame.
- writeKey24(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.avi.DIBCodec
-
Encodes a 24-bit key frame.
- writeKey24(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.RawCodec
-
Encodes a 24-bit key frame.
- writeKey24(OutputStream, BufferedImage) - Method in class org.monte.media.quicktime.RawCodec
-
Encodes a 24-bit key frame.
- writeKey32(OutputStream, int[], int, int, int, int) - Method in class org.monte.media.quicktime.RawCodec
-
Encodes a 24-bit key frame.
- writeKey4(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.DIBCodec
-
Encodes a 4-bit key frame.
- writeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.DIBCodec
-
Encodes an 8-bit key frame.
- writeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.RunLengthCodec
-
Encodes an 8-bit key frame.
- writeKey8(ImageOutputStream, byte[], int, int, int, int) - Method in class org.monte.media.avi.RunLengthCodec
-
Encodes an 8-bit key frame.
- writeKey8(OutputStream, byte[], int, int, int, int) - Method in class org.monte.media.quicktime.RawCodec
-
Encodes an 8-bit key frame.
- writeLong(long) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- writeMacTimestamp(Date) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes a 32-bit Mac timestamp (seconds since 1902).
- writeMediaInformationAtoms(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.AudioTrack
-
- writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
-
- 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, File, boolean) - Method in class org.monte.media.avi.AVIOutputStream
-
Writes an already encoded sample from a file to the specified 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, 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, File, long, boolean) - Method in class org.monte.media.quicktime.QuickTimeOutputStream
-
Writes an already encoded sample from a file into a 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.
- 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, 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.
- 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[], long, boolean) - 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.QuickTimeOutputStream
-
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.quicktime.QuickTimeOutputStream
-
Writes multiple samples from a byte array into a track.
- writeSampleTableAtoms(AbstractQuickTimeStream.CompositeAtom) - Method in class org.monte.media.quicktime.AbstractQuickTimeStream.Track
-
- writeShort(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
Writes a signed 16 bit integer value.
- writeShorts(short[], int, int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- 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.AbstractQuickTimeStream.Track
-
FIXME - Move this method into QuickTimeOutputStream.
- 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.quicktime.DataAtomOutputStream
-
Writes an unsigned 32 bit integer value.
- writeUShort(int) - Method in class org.monte.media.quicktime.DataAtomOutputStream
-
- written - Variable in class org.monte.media.quicktime.DataAtomOutputStream
-
The number of bytes written to the data output stream so far.