com.threerings.media.sound
Class SoundPlayer.SoundType
java.lang.Object
com.threerings.media.sound.SoundPlayer.SoundType
- Enclosing class:
- SoundPlayer
public static class SoundPlayer.SoundType
- extends Object
Create instances of this for your application to differentiate
between different types of sounds.
_strname
protected String _strname
SoundPlayer.SoundType
public SoundPlayer.SoundType(String strname)
- Construct a new SoundType.
Which should be a static variable stashed somewhere for the entire application to share.
- Parameters:
strname - a short string identifier, preferably without spaces.
toString
public String toString()
- Overrides:
toString in class Object