Package pi.resources.sound
Class SoundResource
java.lang.Object
pi.resources.NamedResource
pi.resources.sound.SoundResource
- All Implemented Interfaces:
Comparable<Resource>,Resource
- Author:
- Steffen Wilke, Matthias Wilke
-
Constructor Summary
ConstructorsConstructorDescriptionSoundResource(InputStream data, String name, SoundFormat format) SoundResource(Sound sound, SoundFormat format) -
Method Summary
Methods inherited from class pi.resources.NamedResource
getName, setName
-
Constructor Details
-
SoundResource
public SoundResource() -
SoundResource
-
SoundResource
public SoundResource(InputStream data, String name, SoundFormat format) throws IOException, UnsupportedAudioFileException
-
-
Method Details
-
getData
-
getFormat
-
setData
-
setFormat
-