C# Class MCAEmotiv.GUI.Animation.SoundView

Plays a sound when deployed. Displays nothing for 1ms
Inheritance: AbstractTimedView
Mostrar archivo Open project: madelson/Emotiv-Experimenter

Public Methods

Method Description
SoundView ( System.Media.SystemSound sound ) : System

Construct a sound view that plays the specified system sound

Method Details

SoundView() public method

Construct a sound view that plays the specified system sound
public SoundView ( System.Media.SystemSound sound ) : System
sound System.Media.SystemSound
return System