| Package | Description |
|---|---|
| paulscode.sound | |
| paulscode.sound.codecs |
| Modifier and Type | Field and Description |
|---|---|
protected ICodec |
Source.codec
Codec used to read data for streaming sources.
|
| Modifier and Type | Method and Description |
|---|---|
static ICodec |
SoundSystemConfig.getCodec(String filename)
Returns the codec that can be used to read audio data from the specified
file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodecJLayerMP3
The CodecJLayer class provides an ICodec interface to the external JLayer
library.
|
class |
CodecJOgg
The CodecJOgg class provides an ICodec interface to the external J-Ogg
library.
|
class |
CodecJOrbis
The CodecJOrbis class provides an ICodec interface to the external JOrbis
library.
|
class |
CodecWav
The CodecWav class provides an ICodec interface for reading from .wav files.
|
Copyright © 2017. All rights reserved.