C# 클래스 NScumm.Sword1.Music

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

공개 메소드들

메소드 설명
Dispose ( ) : void
FadeDown ( ) : void
GiveVolume ( byte &volL, byte &volR ) : void
Music ( IMixer mixer, string directory ) : NScumm.Core
ReadBuffer ( short buffer, int numSamples ) : int
SetVolume ( byte volL, byte volR ) : void
StartMusic ( int tuneId, int loopFlag ) : void

비공개 메소드들

메소드 설명
Mix ( short buf, int len ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FadeDown() 공개 메소드

public FadeDown ( ) : void
리턴 void

GiveVolume() 공개 메소드

public GiveVolume ( byte &volL, byte &volR ) : void
volL byte
volR byte
리턴 void

Music() 공개 메소드

public Music ( IMixer mixer, string directory ) : NScumm.Core
mixer IMixer
directory string
리턴 NScumm.Core

ReadBuffer() 공개 메소드

public ReadBuffer ( short buffer, int numSamples ) : int
buffer short
numSamples int
리턴 int

SetVolume() 공개 메소드

public SetVolume ( byte volL, byte volR ) : void
volL byte
volR byte
리턴 void

StartMusic() 공개 메소드

public StartMusic ( int tuneId, int loopFlag ) : void
tuneId int
loopFlag int
리턴 void