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