javax.sound.sampled.spi interfaces based on FFmpeg.See: Description
| Class | Description |
|---|---|
| FFAudioFileFormat |
Our version of
AudioFileFormat, instantiated from native code in
FFAudioFileReader.c. |
| FFAudioFileReader |
Open URLs/files or streams and returns a
AudioFileFormat instance. |
| FFAudioFormat |
FFSampledSP's
AudioFormat adding a FFAudioFormat.PROVIDER property and a special constructor
to be called from FFAudioFileFormat. |
| FFAudioFormat.FFEncoding |
libavcodec encodings that are aware of their AVCodecID.
|
| FFAudioInputStream |
Effectively acts as a wrapper around our own
FFNativePeerInputStream. |
| FFCodecInputStream |
Used by
FFFormatConversionProvider to convert a FFAudioInputStream (not just any
AudioInputStream) to another AudioFormat. |
| FFFormatConversionProvider |
FormatConversionProvider for FFSampledSP. |
| FFNativeLibraryLoader |
First tries to load a library the default way using
System.loadLibrary(String), upon
failure falls back to the base directory of the given class package or the jar the class is in. |
| FFNativePeerInputStream |
Audio stream backed by FFmpeg.
|
| FFStreamInputStream |
Audio stream capable of decoding a stream via FFmpeg.
|
| FFURLInputStream |
Audio stream capable of decoding resources via FFmpeg.
|
| Enum | Description |
|---|---|
| FFAudioFormat.FFEncoding.Codec |
Codecs supported by libavcodec.
|
javax.sound.sampled.spi interfaces based on FFmpeg.Copyright © 2013–2026 Jalulo UG (haftungsbeschränkt). All rights reserved.