C# Class NScumm.Scumm.Smush.SmushMixer

Inheritance: IEnableTrace
Mostrar archivo Open project: scemino/nscumm Class Usage Examples

Public Methods

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

Method Details

AddChannel() public method

public AddChannel ( SmushChannel c ) : void
c SmushChannel
return void

FindChannel() public method

public FindChannel ( int track ) : SmushChannel
track int
return SmushChannel

Flush() public method

public Flush ( ) : bool
return bool

HandleFrame() public method

public HandleFrame ( ) : bool
return bool

SmushMixer() public method

public SmushMixer ( IMixer mixer ) : System
mixer IMixer
return System

Stop() public method

public Stop ( ) : bool
return bool