C# Класс NScumm.Scumm.Audio.Amiga.V2A_Sound_Music

Наследование: IV2A_Sound
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
Start ( IPlayerMod mod, int id, byte data ) : void
Stop ( ) : void
Update ( ) : bool
V2A_Sound_Music ( ushort instoff, ushort voloff, ushort chan1off, ushort chan2off, ushort chan3off, ushort chan4off, ushort sampoff, bool looped ) : System

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

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

public Start ( IPlayerMod mod, int id, byte data ) : void
mod IPlayerMod
id int
data byte
Результат void

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

public Stop ( ) : void
Результат void

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

public Update ( ) : bool
Результат bool

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

public V2A_Sound_Music ( ushort instoff, ushort voloff, ushort chan1off, ushort chan2off, ushort chan3off, ushort chan4off, ushort sampoff, bool looped ) : System
instoff ushort
voloff ushort
chan1off ushort
chan2off ushort
chan3off ushort
chan4off ushort
sampoff ushort
looped bool
Результат System