java.lang.Object | |
↳ | sun.applet.AppletAudioClip |
Applet audio clip;
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an AppletAudioClip from an URL.
| |||||||||||
Constructs an AppletAudioClip from a URLConnection.
| |||||||||||
For constructing directly from Jar entries, or any other
raw Audio data.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Starts playing this audio clip in a loop.
| |||||||||||
Starts playing this audio clip.
| |||||||||||
Stops playing this audio clip.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
For constructing directly from Jar entries, or any other raw Audio data. Note that the data provided must include the format header.
Starts playing this audio clip in a loop.
Starts playing this audio clip. Each time this method is called, the clip is restarted from the beginning.
Stops playing this audio clip.