Uses of Interface
java.applet.AudioClip
Packages that use AudioClip
Package
Description
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 AudioClipModifier and TypeMethodDescriptionApplet.getAudioClip(URL url)Deprecated.Returns theAudioClipobject specified by theURLargument.Applet.getAudioClip(URL url, String name)Deprecated.Returns theAudioClipobject specified by theURLandnamearguments.AppletContext.getAudioClip(URL url)Deprecated.Creates an audio clip.static AudioClipApplet.newAudioClip(URL url)Deprecated.Get an audio clip from the givenURL.