C# Class Cradiator.Audio.DiscJockey

Inheritance: IConfigObserver
Mostrar archivo Open project: PandaWood/Cradiator Class Usage Examples

Public Methods

Method Description
ConfigUpdated ( ConfigSettings newSettings ) : void
DiscJockey ( IConfigSettings configSettings, IAudioPlayer audioPlayer, Cradiator.Audio.SpeechMaker speechMaker ) : System.Collections.Generic
PlaySounds ( IEnumerable currentBuildData ) : void

Method Details

ConfigUpdated() public method

public ConfigUpdated ( ConfigSettings newSettings ) : void
newSettings Cradiator.Config.ConfigSettings
return void

DiscJockey() public method

public DiscJockey ( IConfigSettings configSettings, IAudioPlayer audioPlayer, Cradiator.Audio.SpeechMaker speechMaker ) : System.Collections.Generic
configSettings IConfigSettings
audioPlayer IAudioPlayer
speechMaker Cradiator.Audio.SpeechMaker
return System.Collections.Generic

PlaySounds() public method

public PlaySounds ( IEnumerable currentBuildData ) : void
currentBuildData IEnumerable
return void