public abstract class Audio extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AudioFormat |
format
The format of the audio in this audio object
|
| Constructor and Description |
|---|
Audio() |
| Modifier and Type | Method and Description |
|---|---|
AudioFormat |
getFormat()
Get the audio format of this audio object.
|
void |
setFormat(AudioFormat format)
Set the audio format of this audio object.
|
protected AudioFormat format
public Audio()
public void setFormat(AudioFormat format)
format - The format of the audio datapublic AudioFormat getFormat()