C# 클래스 VM.Devices.Speaker

상속: Device
파일 보기 프로젝트 열기: Rohansi/VM

공개 메소드들

메소드 설명
Attach ( VirtualMachine machine ) : void
Dispose ( ) : void
Reset ( ) : void
Speaker ( RenderWindow window, VirtualMachine virtualMachine, System.Xml.Linq.XElement config ) : System

비공개 메소드들

메소드 설명
NoteToFrequency ( byte note ) : int

메소드 상세

Attach() 공개 메소드

public Attach ( VirtualMachine machine ) : void
machine VirtualMachine
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Speaker() 공개 메소드

public Speaker ( RenderWindow window, VirtualMachine virtualMachine, System.Xml.Linq.XElement config ) : System
window SFML.Graphics.RenderWindow
virtualMachine VirtualMachine
config System.Xml.Linq.XElement
리턴 System