livespace.services.common
Class AudioMixerConstants

java.lang.Object
  extended by livespace.services.common.AudioMixerConstants

public class AudioMixerConstants
extends Object

Constants used and shared by audio mixer services and clients within the livespace.

Author:
Mathew Pole
See Also:
AudioMixerEntity

Field Summary
static int DEFAULT_VOLUME
          Default volume for an audio mixer.
static int MAX_VOLUME
          Maximum volume for an audio mixer.
static int MIN_VOLUME
          Minimum volume for an audio mixer.
 
Constructor Summary
AudioMixerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_VOLUME

public static final int MAX_VOLUME
Maximum volume for an audio mixer.

See Also:
Constant Field Values

MIN_VOLUME

public static final int MIN_VOLUME
Minimum volume for an audio mixer.

See Also:
Constant Field Values

DEFAULT_VOLUME

public static final int DEFAULT_VOLUME
Default volume for an audio mixer.

See Also:
Constant Field Values
Constructor Detail

AudioMixerConstants

public AudioMixerConstants()


Copyright © 2008 Commonwealth of Australia