C# Класс Engine.Objects.SoundInstance

Наследование: Jurassic.Library.ObjectInstance
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SoundInstance ( ScriptEngine parent ) : System
SoundInstance ( ScriptEngine parent, string filename ) : System

Приватные методы

Метод Описание
Clone ( ) : SoundInstance
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

Описание методов

SoundInstance() публичный Метод

public SoundInstance ( ScriptEngine parent ) : System
parent ScriptEngine
Результат System

SoundInstance() публичный Метод

public SoundInstance ( ScriptEngine parent, string filename ) : System
parent ScriptEngine
filename string
Результат System