public abstract class AudioFormat extends Object
Constructor and Description |
---|
AudioFormat() |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getEncoding()
Returns the encoding of this audio format.
|
protected abstract int[] |
getParameters()
Returns the parameters of this audio format.
|
protected abstract 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.