public interface AudioDecoder
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
short[] |
decode(byte[] encoded) |
boolean |
isOpen() |
void |
open() |
void |
reset() |
short[] decode(byte[] encoded)
throws CodecException
CodecExceptionvoid open() throws CodecException
CodecExceptionvoid reset()
void close()
boolean isOpen()