Method | Description | |
---|---|---|
FadeDown ( ) : void | ||
FadeUp ( ) : void | ||
MusicHandle ( string directory ) : NScumm.Core | ||
Play ( string filename, bool loop ) : bool | ||
PlayPsx ( ushort id, bool loop ) : bool | ||
ReadBuffer ( short buffer, int numSamples ) : int | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
IDisposable ( ) : void |
public MusicHandle ( string directory ) : NScumm.Core | ||
directory | string | |
return | NScumm.Core |
public Play ( string filename, bool loop ) : bool | ||
filename | string | |
loop | bool | |
return | bool |
public PlayPsx ( ushort id, bool loop ) : bool | ||
id | ushort | |
loop | bool | |
return | bool |
public ReadBuffer ( short buffer, int numSamples ) : int | ||
buffer | short | |
numSamples | int | |
return | int |