public class Mp3AudioFormat extends AudioFormat
AudioFormat which represents data with the MP3 encoding.| Modifier and Type | Field and Description |
|---|---|
static Mp3AudioFormat |
INSTANCE
MP3 audio format singleton.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Returns the encoding of this audio format.
|
int[] |
getParameters()
Returns the parameters of this audio format.
|
public static final Mp3AudioFormat INSTANCE
public String getEncoding()
AudioFormatgetEncoding in class AudioFormatpublic int[] getParameters()
AudioFormatThe parameters depend on the encoding. The semantics of every parameter is known by the low-level audio implementation.
getParameters in class AudioFormat