public class SoundPlayer
extends java.lang.Object
| Constructor and Description |
|---|
SoundPlayer(java.io.InputStream inputStream) |
SoundPlayer(VfsFile inputFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
play() |
void |
playThreaded() |
public SoundPlayer(java.io.InputStream inputStream)
throws java.io.IOException
java.io.IOExceptionpublic SoundPlayer(VfsFile inputFile) throws java.io.IOException
java.io.IOException