| Package | Description |
|---|---|
| com.threerings.openal |
| Modifier and Type | Class and Description |
|---|---|
class |
Mp3StreamDecoder
Decodes MP3 streams.
|
class |
OggStreamDecoder
Decodes Ogg Vorbis streams.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamDecoder |
StreamDecoder.createInstance(File file)
Creates and initializes a stream decoder for the specified file.
|
static StreamDecoder |
StreamDecoder.createInstance(URL url)
Creates and initializes a stream decoder for the specified URL.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
StreamDecoder.registerExtension(String extension,
Class<? extends StreamDecoder> clazz)
Registers a class of
StreamDecoder for the specified file extension. |
Copyright © 2015. All rights reserved.