public interface AudioResource
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the resource, releasing any memory.
|
javax.sound.sampled.Control[] |
getControls()
Returns the Controls available for this AudioResource.
|
javax.sound.sampled.AudioFormat |
getFormat()
Returns the AudioFormat of this AudioResource.
|
void |
open()
Opens the resource to be used.
|
void open()
void close()
javax.sound.sampled.Control[] getControls()
javax.sound.sampled.AudioFormat getFormat()