com.threerings.media.sound
Interface SoundCodes


public interface SoundCodes

A basic set of sound types.


Field Summary
static SoundPlayer.SoundType ALERT
          Alert sounds are the type of sounds a player would hear when getting a puzzle challenge.
static SoundPlayer.SoundType AMBIENT
          Ambient sounds are birds chirping, waves lapping, boats creaking.
static SoundPlayer.SoundType FEEDBACK
          Feedback sounds are the type of sounds a player would here when clicking on buttons or performing an action.
static SoundPlayer.SoundType GAME_ALERT
          Game alert sounds are used to indicate that it's a player's turn.
static SoundPlayer.SoundType GAME_FX
          General game sound effects.
static SoundPlayer.SoundType MUSIC
          Songs and the like.
 

Field Detail

ALERT

static final SoundPlayer.SoundType ALERT
Alert sounds are the type of sounds a player would hear when getting a puzzle challenge.


FEEDBACK

static final SoundPlayer.SoundType FEEDBACK
Feedback sounds are the type of sounds a player would here when clicking on buttons or performing an action.


AMBIENT

static final SoundPlayer.SoundType AMBIENT
Ambient sounds are birds chirping, waves lapping, boats creaking.


GAME_ALERT

static final SoundPlayer.SoundType GAME_ALERT
Game alert sounds are used to indicate that it's a player's turn.


GAME_FX

static final SoundPlayer.SoundType GAME_FX
General game sound effects.


MUSIC

static final SoundPlayer.SoundType MUSIC
Songs and the like.