com.flagstone.transform.sound
Class SoundRate

java.lang.Object
  extended by com.flagstone.transform.sound.SoundRate

public final class SoundRate
extends Object

SoundRate defines the constants that identify the pre-defined sound sample rates supported by the Flash Player.


Field Summary
static int KHZ_11K
          An 11 kHz sample rate.
static int KHZ_22K
          A 22 kHz sample rate.
static int KHZ_44K
          A 44 kHz sample rate.
static int KHZ_5K
          A 5 kHz sample rate.
static int KHZ_8K
          An 8 kHz sample rate.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KHZ_5K

public static final int KHZ_5K
A 5 kHz sample rate.

See Also:
Constant Field Values

KHZ_8K

public static final int KHZ_8K
An 8 kHz sample rate.

See Also:
Constant Field Values

KHZ_11K

public static final int KHZ_11K
An 11 kHz sample rate.

See Also:
Constant Field Values

KHZ_22K

public static final int KHZ_22K
A 22 kHz sample rate.

See Also:
Constant Field Values

KHZ_44K

public static final int KHZ_44K
A 44 kHz sample rate.

See Also:
Constant Field Values


Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.