Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Mix ( short buf, int len ) : void |
public GiveVolume ( byte &volL, byte &volR ) : void | ||
volL | byte | |
volR | byte | |
return | void |
public Music ( IMixer mixer, string directory ) : NScumm.Core | ||
mixer | IMixer | |
directory | string | |
return | NScumm.Core |
public ReadBuffer ( short buffer, int numSamples ) : int | ||
buffer | short | |
numSamples | int | |
return | int |
public SetVolume ( byte volL, byte volR ) : void | ||
volL | byte | |
volR | byte | |
return | void |
public StartMusic ( int tuneId, int loopFlag ) : void | ||
tuneId | int | |
loopFlag | int | |
return | void |