public class OggVorbisAudioFormat extends AudioFormat
AudioFormat
which represents data with the Ogg Vorbis encoding.Modifier and Type | Field and Description |
---|---|
static OggVorbisAudioFormat |
INSTANCE
Ogg Vorbis audio format singleton.
|
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 OggVorbisAudioFormat 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