kinugasa.contents.sound
クラス SoundConstants

java.lang.Object
  上位を拡張 kinugasa.contents.sound.SoundConstants

public final class SoundConstants
extends java.lang.Object

Kinugasa : SoundConstants : サウンドに共通の定数を定義します.

バージョン:
1.0.0 - 2013/01/13_18:49:32
作成者:
Dra0211

フィールドの概要
static int FREQ_11050_HZ
          11050Hzの周波数です.
static int FREQ_16000_HZ
          16000Hzの周波数です.
static int FREQ_22050_HZ
          22050Hzの周波数です.
static int FREQ_32000_HZ
          32000Hzの周波数です.
static int FREQ_4000_HZ
          4000Hzの周波数です.
static int FREQ_44100_HZ
          44100Hzの周波数です.
static int FREQ_8000_HZ
          8000Hzの周波数です.
 
コンストラクタの概要
private SoundConstants()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

FREQ_44100_HZ

public static final int FREQ_44100_HZ
44100Hzの周波数です.

関連項目:
定数フィールド値

FREQ_32000_HZ

public static final int FREQ_32000_HZ
32000Hzの周波数です.

関連項目:
定数フィールド値

FREQ_22050_HZ

public static final int FREQ_22050_HZ
22050Hzの周波数です.

関連項目:
定数フィールド値

FREQ_16000_HZ

public static final int FREQ_16000_HZ
16000Hzの周波数です.

関連項目:
定数フィールド値

FREQ_11050_HZ

public static final int FREQ_11050_HZ
11050Hzの周波数です.

関連項目:
定数フィールド値

FREQ_8000_HZ

public static final int FREQ_8000_HZ
8000Hzの周波数です.

関連項目:
定数フィールド値

FREQ_4000_HZ

public static final int FREQ_4000_HZ
4000Hzの周波数です.

関連項目:
定数フィールド値
コンストラクタの詳細

SoundConstants

private SoundConstants()