C# Class NScumm.Scumm.Smush.SmushMixer

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

Méthodes publiques

Méthode Description
AddChannel ( SmushChannel c ) : void
FindChannel ( int track ) : SmushChannel
Flush ( ) : bool
HandleFrame ( ) : bool
SmushMixer ( IMixer mixer ) : System
Stop ( ) : bool

Method Details

AddChannel() public méthode

public AddChannel ( SmushChannel c ) : void
c SmushChannel
Résultat void

FindChannel() public méthode

public FindChannel ( int track ) : SmushChannel
track int
Résultat SmushChannel

Flush() public méthode

public Flush ( ) : bool
Résultat bool

HandleFrame() public méthode

public HandleFrame ( ) : bool
Résultat bool

SmushMixer() public méthode

public SmushMixer ( IMixer mixer ) : System
mixer IMixer
Résultat System

Stop() public méthode

public Stop ( ) : bool
Résultat bool