Метод | Описание | |
---|---|---|
Play ( ) : void |
Play the sound
|
|
Sound ( Stream stream ) : System |
Construct the Sound object to play sound data from the specified stream.
|
|
Sound ( byte m_soundBytes ) : System |
Construct the Sound object to play sound data from the specified byte.
|
|
Sound ( string fileName ) : System |
Construct the Sound object to play sound data from the specified file.
|
Метод | Описание | |
---|---|---|
WCE_PlaySound ( string szSound, |
||
WCE_PlaySoundBytes ( byte szSound, |
public Sound ( byte m_soundBytes ) : System | ||
m_soundBytes | byte | |
Результат | System |