Uses of Interface
org.monte.media.av.Codec
Packages that use Codec
Package
Description
Defines an API for audio and video processing, and provides base implementations.
Provides base classes for audio codecs.
Provides time processing codecs.
Provides base classes for video codecs, and common video codecs.
Provides media handlers for the AVI file format.
Provides AVI-specific audio codecs.
Provides AVI-specific video codecs.
Provides classes for processing QuickTime files.
Provides QuickTime-specific audio codecs.
Provides QuickTime-specific video codecs.
-
Uses of Codec in org.monte.media.av
Classes in org.monte.media.av that implement CodecMethods in org.monte.media.av that return CodecModifier and TypeMethodDescriptionCodecSpi.create()static CodecCodecChain.createCodecChain(List<Codec> codecs) static CodecCodecChain.createCodecChain(Codec... codecs) final CodecGets a codec which can transcode from the specified input format to the specified output format.final CodecRegistry.getDecoder(Format inputFormat) Gets the first codec which can decode the specified format.final CodecRegistry.getEncoder(Format outputFormat) Gets the first codec which can encode the specified format.Methods in org.monte.media.av that return types with arguments of type CodecModifier and TypeMethodDescriptionGets all codecs which can transcode from the specified input format to the specified output format.Registry.getDecoders(Format inputFormat) Gets all codecs which can decode the specified format.Registry.getEncoders(Format outputFormat) Gets all codecs which can encode the specified format.Methods in org.monte.media.av with parameters of type CodecMethod parameters in org.monte.media.av with type arguments of type CodecConstructors in org.monte.media.av with parameters of type Codec -
Uses of Codec in org.monte.media.av.codec.audio
Classes in org.monte.media.av.codec.audio that implement CodecModifier and TypeClassDescriptionclassAbstractAudioCodec.classAbstractPCMAudioCodecperforms sign conversion, endian conversion and quantization conversion of PCM audio data. -
Uses of Codec in org.monte.media.av.codec.time
Classes in org.monte.media.av.codec.time that implement CodecModifier and TypeClassDescriptionclassAdjusts the time stamp of the media.classPassThroughCodecpasses through all buffers.classPassThroughCodecpasses through all buffers in the specified time range. -
Uses of Codec in org.monte.media.av.codec.video
Classes in org.monte.media.av.codec.video that implement CodecModifier and TypeClassDescriptionclassAbstractVideoCodec.classAdjusts the colors of a buffered image.classThis codec converts frames from a fixed frame rate into a variable frame rate by coalescing identical frames.classThis codec converts frames from one frame rate into another.classJPEGCodecencodes a BufferedImage as a byte[] array.classPNGCodecencodes a BufferedImage as a byte[] array.classScales a buffered image.classTechSmithCodec(tscc) encodes a BufferedImage as a byte[] array. -
Uses of Codec in org.monte.media.avi
Fields in org.monte.media.avi declared as CodecMethods in org.monte.media.avi that return CodecModifier and TypeMethodDescriptionAVIWriter.getCodec(int track) Returns the codec of the specified track.Methods in org.monte.media.avi with parameters of type Codec -
Uses of Codec in org.monte.media.avi.codec.audio
Classes in org.monte.media.avi.codec.audio that implement CodecModifier and TypeClassDescriptionclassAbstractPCMAudioCodecperforms sign conversion, endian conversion and quantization conversion of PCM audio data. -
Uses of Codec in org.monte.media.avi.codec.video
Classes in org.monte.media.avi.codec.video that implement CodecModifier and TypeClassDescriptionclassDIBCodecencodes a BufferedImage as a Microsoft Device Independent Bitmap (DIB) into a byte array.classRunLengthCodecencodes a BufferedImage as a byte[] array.classImplements the DosBox Capture Codec"ZMBV". -
Uses of Codec in org.monte.media.quicktime
Fields in org.monte.media.quicktime declared as CodecMethods in org.monte.media.quicktime that return CodecModifier and TypeMethodDescriptionQuickTimeWriter.getCodec(int track) Returns the codec of the specified track.Methods in org.monte.media.quicktime with parameters of type Codec -
Uses of Codec in org.monte.media.quicktime.codec.audio
Classes in org.monte.media.quicktime.codec.audio that implement CodecModifier and TypeClassDescriptionclassAbstractPCMAudioCodecperforms sign conversion, endian conversion and quantization conversion of PCM audio data. -
Uses of Codec in org.monte.media.quicktime.codec.video
Classes in org.monte.media.quicktime.codec.video that implement CodecModifier and TypeClassDescriptionclassImplements the Apple Animation codec.classRawCodecencodes a BufferedImage as a byte[] array.