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