C# Class VVVV.Nodes.NAudioPlayWaveFileNode

Inheritance: IPluginEvaluate, IDisposable
Afficher le fichier Open project: elliotwoods/Installation.Link

Méthodes publiques

Méthode Description
Dispose ( ) : void
Evaluate ( int SpreadMax ) : void

Private Methods

Méthode Description
CloseFile ( ) : void
CloseInputStream ( ) : void
CreateInputStream ( string fileName ) : void
NAudioPlayWaveFileNode ( IPluginHost host ) : System
OpenFile ( string filename ) : bool
PausePlayback ( ) : void
ReinitaliseWaveOut ( ) : void
ResumePlayback ( ) : void
StartPlayback ( ) : void
StopPlayback ( ) : void
closeDevice ( ) : void
setDevice ( MMDevice dev ) : void
setFilename ( string filename ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Evaluate() public méthode

public Evaluate ( int SpreadMax ) : void
SpreadMax int
Résultat void