auditory.sampled
Interface Content

All Known Implementing Classes:
BufferedSound

public interface Content

The capabiltiies of sampled auditory content


Method Summary
 javax.sound.sampled.AudioFormat getAudioFormat()
          Get the AudioFormat for this Content
 void render(javax.sound.sampled.Clip clip)
          Render this Content
 

Method Detail

render

void render(javax.sound.sampled.Clip clip)
            throws javax.sound.sampled.LineUnavailableException
Render this Content

Parameters:
clip - The Clip to render
Throws:
javax.sound.sampled.LineUnavailableException

getAudioFormat

javax.sound.sampled.AudioFormat getAudioFormat()
Get the AudioFormat for this Content

Returns:
The AudioFormat


Design and Implementation of Multimedia Software, Jones and Bartlett Publishers