C# 클래스 NScumm.Scumm.Audio.Players.Player_V5M

상속: Player_Mac
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
Player_V5M ( ScummEngine scumm, IMixer mixer ) : System.Diagnostics

보호된 메소드들

메소드 설명
CheckMusicAvailable ( ) : bool
GetNextNote ( int ch, uint &samples, int &pitchModifier, byte &velocity ) : bool
LoadMusic ( byte ptr ) : bool

메소드 상세

CheckMusicAvailable() 보호된 메소드

protected CheckMusicAvailable ( ) : bool
리턴 bool

GetNextNote() 보호된 메소드

protected GetNextNote ( int ch, uint &samples, int &pitchModifier, byte &velocity ) : bool
ch int
samples uint
pitchModifier int
velocity byte
리턴 bool

LoadMusic() 보호된 메소드

protected LoadMusic ( byte ptr ) : bool
ptr byte
리턴 bool

Player_V5M() 공개 메소드

public Player_V5M ( ScummEngine scumm, IMixer mixer ) : System.Diagnostics
scumm ScummEngine
mixer IMixer
리턴 System.Diagnostics