public abstract class AudioFormat
extends java.lang.Object
Constructor and Description |
---|
AudioFormat() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String |
getEncoding()
Returns the encoding of this audio format.
|
protected abstract int[] |
getParameters()
Returns the parameters of this audio format.
|
protected abstract java.lang.String getEncoding()
protected abstract int[] getParameters()
The parameters depend on the encoding. The semantics of every parameter is known by the low-level audio implementation.