C# Class VM.Devices.Speaker

Inheritance: Device
Afficher le fichier Open project: Rohansi/VM

Méthodes publiques

Méthode Description
Attach ( VirtualMachine machine ) : void
Dispose ( ) : void
Reset ( ) : void
Speaker ( RenderWindow window, VirtualMachine virtualMachine, System.Xml.Linq.XElement config ) : System

Private Methods

Méthode Description
NoteToFrequency ( byte note ) : int

Method Details

Attach() public méthode

public Attach ( VirtualMachine machine ) : void
machine VirtualMachine
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Speaker() public méthode

public Speaker ( RenderWindow window, VirtualMachine virtualMachine, System.Xml.Linq.XElement config ) : System
window SFML.Graphics.RenderWindow
virtualMachine VirtualMachine
config System.Xml.Linq.XElement
Résultat System