C# 클래스 NScumm.Scumm.Audio.Amiga.V2A_Sound_Music

상속: IV2A_Sound
파일 보기 프로젝트 열기: scemino/nscumm

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