public class Base64AudioFormat extends AudioFormat
AudioFormat
which represents data with the Base64 encoding.Constructor and Description |
---|
Base64AudioFormat(AudioFormat wrappedFormat)
Creates a Base64 audio format that wraps the given audio format.
|
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 Base64AudioFormat(AudioFormat wrappedFormat)
wrappedFormat
- the wrapped audio format.public String getEncoding()
AudioFormat
getEncoding
in class AudioFormat
public 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