javax.sound.sampled
public static class AudioFormat.Encoding extends Object
Since: 1.3
Field Summary | |
---|---|
static AudioFormat.Encoding | ALAW The ALAW encoding. |
static AudioFormat.Encoding | PCM_SIGNED The signed PCM encoding. |
static AudioFormat.Encoding | PCM_UNSIGNED The unsigned PCM encoding. |
static AudioFormat.Encoding | ULAW The ULAW encoding. |
Constructor Summary | |
---|---|
Encoding(String name)
Create a new encoding descriptor, given its name. |
Method Summary | |
---|---|
boolean | equals(Object o) |
int | hashCode() |
String | toString()
Return the name of this encoding. |
Parameters: name the name