Relates :
|
The AppletAudioClip class is a part of implementation of Applet API related to JavaSound. Long time ago this class was only one implementation of java.applet.AudioClip, but currently it is just a wrapper for com.sun.media.sound.JavaSoundAudioClip. As part of th effort to drop "sun.applet" package It is possible to remove AppletAudioClip, and replace its usage by JavaSoundAudioClip.
|