Method | Description | |
---|---|---|
PlaySound ( byte WavData, uint SampleRate, bool LoopIt = false ) : void |
Starts playing a sound.
|
public static PlaySound ( byte WavData, uint SampleRate, bool LoopIt = false ) : void | ||
WavData | byte | The wav data for this sound. |
SampleRate | uint | The sample rate of the data. |
LoopIt | bool | Wether or not to loop the sound. |
return | void |