C# Class NScumm.Sword1.MusicHandle

Inheritance: IAudioStream
Show file Open project: scemino/nscumm Class Usage Examples

Public Methods

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

Private Methods

Method Description
IDisposable ( ) : void

Method Details

FadeDown() public method

public FadeDown ( ) : void
return void

FadeUp() public method

public FadeUp ( ) : void
return void

MusicHandle() public method

public MusicHandle ( string directory ) : NScumm.Core
directory string
return NScumm.Core

Play() public method

public Play ( string filename, bool loop ) : bool
filename string
loop bool
return bool

PlayPsx() public method

public PlayPsx ( ushort id, bool loop ) : bool
id ushort
loop bool
return bool

ReadBuffer() public method

public ReadBuffer ( short buffer, int numSamples ) : int
buffer short
numSamples int
return int

Stop() public method

public Stop ( ) : void
return void