See: Description
| Interface | Description |
|---|---|
| Codec |
A
Codec processes a Buffer and stores the result in another
Buffer. |
| MovieReader |
A simple API for reading movie data (audio and video) from a file.
|
| MovieWriter |
A simple API for writing movie data (audio and video) into a file.
|
| Multiplexer |
A
Multiplexer can write multiple media tracks into a
single output stream. |
| Class | Description |
|---|---|
| AbstractAudioCodec |
AbstractAudioCodec. |
| AbstractCodec |
AbstractCodec. |
| AbstractVideoCodec |
AbstractVideoCodec. |
| AbstractVideoCodecCore |
AbstractVideoCodecCore. |
| AudioFormatKeys |
Defines common format keys for audio media.
|
| Buffer |
A
Buffer carries media data from one media processing unit to another. |
| DefaultRegistry |
DefaultRegistry. |
| Format |
Specifies the format of a media, for example of audio and video.
|
| FormatKey<T> |
A FormatKey provides type-safe access to an attribute of
a
Format. |
| FormatKeys |
Defines common
FormatKey's. |
| Registry |
The
Registry for audio and video codecs. |
| VideoFormatKeys |
Defines common format keys for video media.
|
| Enum | Description |
|---|---|
| BufferFlag |
BufferFlag. |
| FormatKeys.MediaType |
| Exception | Description |
|---|---|
| AbortException |
This exception is thrown when the production of an image
has been aborted.
|
| ParseException |
Exception thrown by IFFParse.
|
Warning: This is work in progress. The framework and the classes are subject to substantial changes between releases.
The framework is defined by the following interfaces and classes.
org.monte.media.PlayerFormatCodecBufferMovieWriterMedia writers follow the following design
Copyright © 2017. All Rights Reserved.