| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXT |
static int |
INT_BYTES |
static java.nio.ByteOrder |
ORDER |
static int |
SHORT_BYTES |
| Constructor and Description |
|---|
FormatWAV(EncoderInfo info,
java.io.FileDescriptor out) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
encode(short[] buf,
int pos,
int buflen) |
void |
end() |
EncoderInfo |
getInfo() |
void |
save() |
public static final java.lang.String EXT
public static final java.nio.ByteOrder ORDER
public static final int INT_BYTES
public static final int SHORT_BYTES
public FormatWAV(EncoderInfo info, java.io.FileDescriptor out)
public void save()
public void encode(short[] buf,
int pos,
int buflen)
public void end()
public EncoderInfo getInfo()