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