public interface Content
| Modifier and Type | Method and Description |
|---|---|
javax.sound.sampled.AudioFormat |
getAudioFormat()
Get the AudioFormat for this Content.
|
void |
render(javax.sound.sampled.Clip clip)
Render this Content.
|
void render(javax.sound.sampled.Clip clip)
throws javax.sound.sampled.LineUnavailableException
clip - The Clip to renderjavax.sound.sampled.LineUnavailableExceptionjavax.sound.sampled.AudioFormat getAudioFormat()