C# Class RadegastSpeech.Sound.FmodSound

Inheritance: RadegastSpeech.Sound.Control
显示文件 Open project: radegastdev/radegast

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
FmodSound ( PluginControl pc ) : System
Play ( string filename, int sps, OpenMetaverse worldPos, bool deleteAfter, bool global ) : void

Play a prerecorded sound

SpeechDoneHandler ( object sender, EventArgs e ) : void
Stop ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void