C# 클래스 Cradiator.Audio.DiscJockey

상속: IConfigObserver
파일 보기 프로젝트 열기: PandaWood/Cradiator 1 사용 예제들

공개 메소드들

메소드 설명
ConfigUpdated ( ConfigSettings newSettings ) : void
DiscJockey ( IConfigSettings configSettings, IAudioPlayer audioPlayer, Cradiator.Audio.SpeechMaker speechMaker ) : System.Collections.Generic
PlaySounds ( IEnumerable currentBuildData ) : void

메소드 상세

ConfigUpdated() 공개 메소드

public ConfigUpdated ( ConfigSettings newSettings ) : void
newSettings Cradiator.Config.ConfigSettings
리턴 void

DiscJockey() 공개 메소드

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

PlaySounds() 공개 메소드

public PlaySounds ( IEnumerable currentBuildData ) : void
currentBuildData IEnumerable
리턴 void