C# Class NScumm.Sword1.Music

Inheritance: IAudioStream
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
Mix ( short buf, int len ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FadeDown() public méthode

public FadeDown ( ) : void
Résultat void

GiveVolume() public méthode

public GiveVolume ( byte &volL, byte &volR ) : void
volL byte
volR byte
Résultat void

Music() public méthode

public Music ( IMixer mixer, string directory ) : NScumm.Core
mixer IMixer
directory string
Résultat NScumm.Core

ReadBuffer() public méthode

public ReadBuffer ( short buffer, int numSamples ) : int
buffer short
numSamples int
Résultat int

SetVolume() public méthode

public SetVolume ( byte volL, byte volR ) : void
volL byte
volR byte
Résultat void

StartMusic() public méthode

public StartMusic ( int tuneId, int loopFlag ) : void
tuneId int
loopFlag int
Résultat void