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
  • Class
    Description
    AbstractCodec.
    AbstractMovie.
    A Buffer carries media data from one media processing unit to another.
    BufferFlag.
    A Codec processes a Buffer and stores the result in another Buffer.
    CodecChain.
    Service provider interface for Codec.
    DefaultMovie.
    DefaultRegistry.
    A Demultiplexer takes 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.
    A FormatKey provides type-safe access to an attribute of a Format.
    Defines common FormatKey's.
     
    A linear interpolator for use in conjunction with an Animator object.
    A movie provides 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 for MovieReader.
    A simple API for writing movie data (audio and video) into a file.
    Service provider interface for MovieWriter.
    A Multiplexer can write multiple media tracks into a single output stream.
    The Registry for audio and video codecs.
    A Track refers to media data that can be interpreted in a time coordinate system.