public static final class WriteAction.Default extends java.lang.Object implements WriteAction
WriteAction.Default| Constructor and Description |
|---|
Default() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(byte[] data,
java.io.OutputStream outputStream)
Implement this behaviour to provide custom Write Action for audio which
requires
data to encode. |
public void execute(byte[] data,
java.io.OutputStream outputStream)
throws java.io.IOException
WriteActiondata to encode. So here One can encode the data
according to chosen audio format.execute in interface WriteActionjava.io.IOException