| Class | Description |
|---|---|
| Audio |
Helper class to convert audio samples into interleaved byte array ready for
playback with Java Sound.
|
| AudioFormat |
AudioFormat describes the sample rate, sample format, the number of channels
and the channel layout of an audio byte stream.
|
| AudioFrame |
An
AudioFrame contains audio samples with a specific AudioFormat
that describes the characteristics of the samples. |
| AudioResampler |
The AudioResampler converts audio samples from one audio format to another.
|
| Camera |
This class is used to capture images from input devices.
|
| CameraCapabilities |
Convenience class to get video input device capabilities.
|
| CameraFormat |
CameraFormat represents the image size and frame rate with which
a video input device is capturing frames. |
| Codec |
Codecs are usually used by encoders and decoders. |
| Coder |
Coder is an abstract representation of an encoder or decoder. |
| Configurable |
Configurable provides various methods to configure codecs. |
| Decoder |
Media decoder that currently supports audio and video decoding.
|
| Demuxer | |
| Encoder | |
| Image | |
| JavaAV | |
| LogCallback | |
| MediaFrame | |
| MediaPacket | |
| Muxer | |
| NativeFileFilter | |
| Options | |
| PictureFormat | |
| PictureResampler | |
| RingBuffer | |
| VideoFrame |
| Enum | Description |
|---|---|
| ChannelLayout |
Enumeration of all supported channel layouts.
|
| CodecCapability |
Enumeration of all possible codec capabilities.
|
| CodecFlag |
Enumeration of all possible codec flags.
|
| CodecID |
Enumeration of all possible codec id's.
|
| Coder.State |
Coder state indicates whether the
Coder is opened or closed. |
| LogLevel | |
| MediaFrame.Type | |
| MediaType |
Enumeration of all media types.
|
| PixelFormat | |
| SampleFormat |
| Exception | Description |
|---|---|
| JavaAVException |
Copyright © 2013. All Rights Reserved.