Uses of Interface
java.applet.AudioClip
Package | Description |
---|---|
java.applet |
Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context.
|
-
Uses of AudioClip in java.applet
Methods in java.applet that return AudioClip Modifier and Type Method Description AudioClip
Applet. getAudioClip(URL url)
Deprecated.Returns theAudioClip
object specified by theURL
argument.AudioClip
Applet. getAudioClip(URL url, String name)
Deprecated.Returns theAudioClip
object specified by theURL
andname
arguments.AudioClip
AppletContext. getAudioClip(URL url)
Deprecated.Creates an audio clip.static AudioClip
Applet. newAudioClip(URL url)
Deprecated.Get an audio clip from the givenURL
.