C# Class Tachycardia.Sound.SoundDict

ファイルを表示 Open project: secred/Tachycardia Class Usage Examples

Public Properties

Property Type Description
m_IsBulletTime bool

Public Methods

Method Description
BGMVolumeDown ( ) : void
BGMVolumeUp ( ) : void
PauseBGM ( ) : void
Play ( string filename, Mogre pos ) : void
PlayBGM ( ) : void
SoundDict ( ) : System
StopBGM ( ) : void
Update ( ) : void

Private Methods

Method Description
GetSoundFormat ( int channels, int bits ) : ALFormat
Initialize ( ) : void
Insert ( string filename ) : bool
LoadWave ( Stream stream, int &channels, int &bits, int &rate ) : byte[]

Method Details

BGMVolumeDown() public method

public BGMVolumeDown ( ) : void
return void

BGMVolumeUp() public method

public BGMVolumeUp ( ) : void
return void

PauseBGM() public method

public PauseBGM ( ) : void
return void

Play() public method

public Play ( string filename, Mogre pos ) : void
filename string
pos Mogre
return void

PlayBGM() public method

public PlayBGM ( ) : void
return void

SoundDict() public method

public SoundDict ( ) : System
return System

StopBGM() public method

public StopBGM ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

m_IsBulletTime public_oe property

public bool m_IsBulletTime
return bool