JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 25 & JDK 25
DRAFT 25-ea+32
java.desktop
javax.sound
SoundClip
Uses of Class
javax.sound.SoundClip
Packages that use
SoundClip
Package
Description
javax.sound
Provides interfaces and classes for the Java Sound API.
Uses of
SoundClip
in
javax.sound
Methods in
javax.sound
that return
SoundClip
Modifier and Type
Method
Description
static
SoundClip
SoundClip.
createSoundClip
(
File
file)
Creates a
SoundClip
instance which will play a clip from the supplied file.