Uses of Class
org.monte.media.av.Format
Packages that use Format
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 video codecs.
Provides abstractions for image sequences represented by folders
with image files.
Provides classes for processing QuickTime files.
Provides QuickTime-specific video codecs.
-
Uses of Format in org.monte.media.av
Fields in org.monte.media.av declared as FormatModifier and TypeFieldDescriptionBuffer.formatThe format of the data in this buffer.protected FormatAbstractCodec.inputFormatprotected Format[]AbstractCodec.inputFormatsprotected FormatAbstractCodec.outputFormatprotected Format[]AbstractCodec.outputFormatsMethods in org.monte.media.av that return FormatModifier and TypeMethodDescriptionCreates a new format which contains all properties from this format and additional properties listed.Creates a new format which contains all properties from this format and additional properties from that format.Format.containsKeys(FormatKey<?>... keys) Returns true if the format has the specified keys.DefaultMovie.getFileFormat()DefaultRegistry.getFileFormat(File file) Movie.getFileFormat()MovieReader.getFileFormat()Returns the file format.MovieReaderSpi.getFileFormat()MovieWriter.getFileFormat()Returns the file format.MovieWriterSpi.getFileFormat()abstract FormatRegistry.getFileFormat(File file) DefaultMovie.getFormat(int track) Movie.getFormat(int track) MovieReader.getFormat(int track) Returns the media format of the specified track.MovieWriter.getFormat(int track) Returns the media format of the specified track.Track.getFormat()Gets the format of the track.AbstractCodec.getInputFormat()Codec.getInputFormat()CodecChain.getInputFormat()Format[]AbstractCodec.getInputFormats()Format[]Codec.getInputFormats()Lists all of the input formats that this codec accepts.Format[]CodecChain.getInputFormats()AbstractCodec.getOutputFormat()Codec.getOutputFormat()CodecChain.getOutputFormat()Format[]AbstractCodec.getOutputFormats(Format input) Format[]Codec.getOutputFormats(Format input) Lists all of the output formats that this codec can generate with the provided input format.Format[]CodecChain.getOutputFormats(Format input) Format.intersectKeys(FormatKey<?>... keys) Creates a new format which only has the specified keys (or less).Creates a new format which contains all specified properties and additional properties from this format.Creates a new format which contains all properties from the specified format and additional properties from this format.Format.removeKeys(FormatKey<?>... keys) Creates a new format without the specified keys.AbstractCodec.setInputFormat(Format f) Codec.setInputFormat(Format input) Sets the input format.CodecChain.setInputFormat(Format input) AbstractCodec.setOutputFormat(Format f) Codec.setOutputFormat(Format output) Sets the output format.CodecChain.setOutputFormat(Format output) Methods in org.monte.media.av that return types with arguments of type FormatModifier and TypeMethodDescriptionRegistry.getFileFormats()DefaultRegistry.getReaderFormats()Registry.getReaderFormats()DefaultRegistry.getWriterFormats()Registry.getWriterFormats()Registry.suggestOutputFormats(Format inputMediaFormat, Format outputFileFormat) Suggests output formats for the given input media format and specified file format.Methods in org.monte.media.av with parameters of type FormatModifier and TypeMethodDescriptionintAdds a track to the writer for a suggested input format.intAdds a track.Creates a new format which contains all properties from this format and additional properties from that format.intFinds a track with the specified format.final CodecGets a codec which can transcode from the specified input format to the specified output format.Gets all codecs 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.Registry.getDecoders(Format inputFormat) Gets all codecs which can decode the specified format.final CodecRegistry.getEncoder(Format outputFormat) Gets the first codec which can encode the specified format.Registry.getEncoders(Format outputFormat) Gets all codecs which can encode the specified format.DefaultRegistry.getExtension(Format ff) abstract StringRegistry.getExtension(Format ff) Format[]AbstractCodec.getOutputFormats(Format input) Format[]Codec.getOutputFormats(Format input) Lists all of the output formats that this codec can generate with the provided input format.Format[]CodecChain.getOutputFormats(Format input) abstract MovieReaderGets a reader for the specified file format and file.abstract MovieWriterGets a writer for the specified file format and file.booleanReturns true if that format matches this format.booleanFormat.matchesWithout(Format that, FormatKey<?>... without) Creates a new format which contains all properties from the specified format and additional properties from this format.AbstractCodec.setInputFormat(Format f) Codec.setInputFormat(Format input) Sets the input format.CodecChain.setInputFormat(Format input) AbstractCodec.setOutputFormat(Format f) Codec.setOutputFormat(Format output) Sets the output format.CodecChain.setOutputFormat(Format output) Registry.suggestOutputFormats(Format inputMediaFormat, Format outputFileFormat) Suggests output formats for the given input media format and specified file format.static StringConstructors in org.monte.media.av with parameters of type FormatModifierConstructorDescriptionAbstractCodec(Format[] supportedInputOutputFormats) AbstractCodec(Format[] supportedInputFormats, Format[] supportedOutputFormats) -
Uses of Format in org.monte.media.av.codec.audio
Methods in org.monte.media.av.codec.audio that return FormatMethods in org.monte.media.av.codec.audio with parameters of type FormatConstructors in org.monte.media.av.codec.audio with parameters of type FormatModifierConstructorDescriptionAbstractAudioCodec(Format[] supportedInputOutputFormats) AbstractAudioCodec(Format[] supportedInputFormats, Format[] supportedOutputFormats) protectedAbstractPCMAudioCodec(Format[] supportedInputAndOutputFormats) protectedAbstractPCMAudioCodec(Format[] supportedInputFormats, Format[] supportedOutputFormats) -
Uses of Format in org.monte.media.av.codec.time
Methods in org.monte.media.av.codec.time that return FormatModifier and TypeMethodDescriptionAdjustTimeCodec.setInputFormat(Format f) PassThroughCodec.setInputFormat(Format f) TrimTimeCodec.setInputFormat(Format f) Methods in org.monte.media.av.codec.time with parameters of type FormatModifier and TypeMethodDescriptionAdjustTimeCodec.setInputFormat(Format f) PassThroughCodec.setInputFormat(Format f) TrimTimeCodec.setInputFormat(Format f) -
Uses of Format in org.monte.media.av.codec.video
Methods in org.monte.media.av.codec.video that return FormatModifier and TypeMethodDescriptionFormat[]FFRtoVFRConverter.getOutputFormats(Format input) Format[]FrameRateConverter.getOutputFormats(Format input) ColorAdjustCodec.setInputFormat(Format f) ColorAdjustCodec.setOutputFormat(Format f) FFRtoVFRConverter.setOutputFormat(Format f) FrameRateConverter.setOutputFormat(Format f) JPEGCodec.setOutputFormat(Format f) PNGCodec.setOutputFormat(Format f) ScaleImageCodec.setOutputFormat(Format f) TechSmithCodec.setOutputFormat(Format f) Methods in org.monte.media.av.codec.video with parameters of type FormatModifier and TypeMethodDescriptionFormat[]FFRtoVFRConverter.getOutputFormats(Format input) Format[]FrameRateConverter.getOutputFormats(Format input) ColorAdjustCodec.setInputFormat(Format f) ColorAdjustCodec.setOutputFormat(Format f) FFRtoVFRConverter.setOutputFormat(Format f) FrameRateConverter.setOutputFormat(Format f) JPEGCodec.setOutputFormat(Format f) PNGCodec.setOutputFormat(Format f) ScaleImageCodec.setOutputFormat(Format f) TechSmithCodec.setOutputFormat(Format f) Constructors in org.monte.media.av.codec.video with parameters of type FormatModifierConstructorDescriptionAbstractVideoCodec(Format[] supportedInputFormats, Format[] supportedOutputFormats) -
Uses of Format in org.monte.media.avi
Fields in org.monte.media.avi declared as FormatModifier and TypeFieldDescriptionstatic final FormatAVIReader.AVIstatic final FormatAVIWriter.AVIAbstractAVIStream.Track.formatThe media format.static final FormatAVIWriter.VIDEO_JPEGstatic final FormatAVIWriter.VIDEO_PNGstatic final FormatAVIWriter.VIDEO_RAWstatic final FormatAVIWriter.VIDEO_RLEstatic final FormatAVIWriter.VIDEO_SCREEN_CAPTUREMethods in org.monte.media.avi that return FormatModifier and TypeMethodDescriptionAVIMovie.getFileFormat()AVIReader.getFileFormat()AVIReaderSpi.getFileFormat()AVIWriter.getFileFormat()AVIWriterSpi.getFileFormat()AVIMovie.getFormat(int track) AVIReader.getFormat(int track) AVIWriter.getFormat(int track) Methods in org.monte.media.avi with parameters of type FormatModifier and TypeMethodDescriptionintAdds a track.intConstructors in org.monte.media.avi with parameters of type Format -
Uses of Format in org.monte.media.avi.codec.video
Methods in org.monte.media.avi.codec.video that return FormatModifier and TypeMethodDescriptionDIBCodec.setOutputFormat(Format f) RunLengthCodec.setOutputFormat(Format f) ZMBVCodec.setOutputFormat(Format f) Methods in org.monte.media.avi.codec.video with parameters of type FormatModifier and TypeMethodDescriptionDIBCodec.setOutputFormat(Format f) RunLengthCodec.setOutputFormat(Format f) ZMBVCodec.setOutputFormat(Format f) -
Uses of Format in org.monte.media.imgseq
Methods in org.monte.media.imgseq that return FormatModifier and TypeMethodDescriptionImageSequenceWriter.getFileFormat()ImageSequenceTrack.getFormat()ImageSequenceWriter.getFormat(int track) Methods in org.monte.media.imgseq with parameters of type Format -
Uses of Format in org.monte.media.quicktime
Fields in org.monte.media.quicktime declared as FormatModifier and TypeFieldDescriptionprotected FormatQuickTimeMeta.fileFormatThe file format.protected FormatAbstractQuickTimeStream.Track.formatThe format of the media in the track.protected FormatQuickTimeMeta.Track.formatThe format of the media in the track.static final FormatQuickTimeReader.QUICKTIMEstatic final FormatQuickTimeWriter.QUICKTIMEstatic final FormatQuickTimeWriter.VIDEO_ANIMATIONstatic final FormatQuickTimeWriter.VIDEO_JPEGstatic final FormatQuickTimeWriter.VIDEO_PNGstatic final FormatQuickTimeWriter.VIDEO_RAWMethods in org.monte.media.quicktime that return FormatModifier and TypeMethodDescriptionQuickTimeMeta.getFileFormat()QuickTimeReader.getFileFormat()QuickTimeReaderSpi.getFileFormat()QuickTimeWriter.getFileFormat()QuickTimeWriterSpi.getFileFormat()QuickTimeMeta.getFormat(int track) QuickTimeReader.getFormat(int track) QuickTimeWriter.getFormat(int track) Methods in org.monte.media.quicktime with parameters of type FormatModifier and TypeMethodDescriptionintAdds a track.intAdds a track.intQuickTimeWriter.addVideoTrack(Format format, int width, int height, int depth, int syncInterval) Adds a video track.intQuickTimeWriter.addVideoTrack(Format format, long timeScale, int width, int height) Adds a video track.int -
Uses of Format in org.monte.media.quicktime.codec.video
Methods in org.monte.media.quicktime.codec.video that return FormatModifier and TypeMethodDescriptionAnimationCodec.setOutputFormat(Format f) RawCodec.setOutputFormat(Format f) Methods in org.monte.media.quicktime.codec.video with parameters of type FormatModifier and TypeMethodDescriptionAnimationCodec.setOutputFormat(Format f) RawCodec.setOutputFormat(Format f)