Module org.monte.media
Package org.monte.media.av
package org.monte.media.av
Defines an API for audio and video processing, and provides base implementations.
- Author:
- Werner Randelshofer
-
ClassDescription
AbstractCodec.AbstractMovie.ABuffercarries media data from one media processing unit to another.BufferFlag.ACodecprocesses aBufferand stores the result in anotherBuffer.CodecChain.Service provider interface forCodec.DefaultMovie.DefaultRegistry.ADemultiplexertakes a data source with multiplexed media as an input and outputs the media in individual tracks.Specifies the format of a media, for example of audio and video.FormatFormatter.FormatKey<T>A FormatKey provides type-safe access to an attribute of aFormat.Defines commonFormatKey's.A linear interpolator for use in conjunction with an Animator object.Amovieprovides an editable container for media samples in a time and tracks coordinate system.A simple API for reading movie data (audio and video) from a file.Service provider interface forMovieReader.A simple API for writing movie data (audio and video) into a file.Service provider interface forMovieWriter.AMultiplexercan write multiple media tracks into a single output stream.TheRegistryfor audio and video codecs.ATrackrefers to media data that can be interpreted in a time coordinate system.