Méthode | Description | |
---|---|---|
SoundInstance ( ScriptEngine parent ) : System | ||
SoundInstance ( ScriptEngine parent, string filename ) : System |
Méthode | Description | |
---|---|---|
Clone ( ) : |
||
GetLength ( ) : double | ||
GetPan ( ) : int | ||
GetPitch ( ) : double | ||
GetPosition ( ) : double | ||
GetRepeat ( ) : bool | ||
GetVolume ( ) : int | ||
IsPlaying ( ) : bool | ||
IsSeekable ( ) : bool | ||
Pause ( ) : void | ||
Play ( [ repeat = false ) : void | ||
Reset ( ) : void | ||
SetPan ( int val ) : void | ||
SetPitch ( double value ) : void | ||
SetPosition ( double value ) : void | ||
SetRepeat ( bool val ) : void | ||
SetVolume ( int volume ) : void | ||
Stop ( ) : void | ||
ToString ( ) : string |
public SoundInstance ( ScriptEngine parent ) : System | ||
parent | ScriptEngine | |
Résultat | System |
public SoundInstance ( ScriptEngine parent, string filename ) : System | ||
parent | ScriptEngine | |
filename | string | |
Résultat | System |